Skip to content

Commit a8d0ff0

Browse files
committed
bump version to beta.1
1 parent 50935df commit a8d0ff0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ omf
1818
:alt: pytest
1919

2020

21-
Version: 3.3.0-alpha.2
21+
Version: 3.3.0-beta.1
2222

2323
API library for Open Mining Format, a new standard for mining data backed by
2424
the `Global Mining Standards & Guidelines Group <https://gmggroup.org/>`_.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# The short X.Y version.
6565
version = u'3.3.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'3.3.0-alpha.2'
67+
release = u'3.3.0-beta.1'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mira-omf" %}
2-
{% set version = "3.3.0a2" %}
2+
{% set version = "3.3.0b1" %}
33

44
package:
55
name: {{ name|lower }}

omf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .volume import VolumeElement, VolumeGridGeometry
3131

3232

33-
__version__ = "3.3.0-alpha.2"
33+
__version__ = "3.3.0-beta.1"
3434
__author__ = "Global Mining Standards and Guidelines Group"
3535
__license__ = "MIT License"
3636
__copyright__ = "Copyright 2017 Global Mining Standards and Guidelines Group"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mira-omf"
3-
version = "3.3.0-alpha.2"
3+
version = "3.3.0-beta.1"
44
description = "API Library for Open Mining Format"
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)