We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed20b0 commit fafe86bCopy full SHA for fafe86b
orion/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """MIT Data To AI Lab"""
4
__email__ = '[email protected]'
5
-__version__ = '0.4.0.dev0'
+__version__ = '0.4.0'
6
7
import os
8
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.4.0.dev0
+current_version = 0.4.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -122,6 +122,6 @@
122
test_suite='tests',
123
tests_require=tests_require,
124
url='https://github.com/sintel-dev/Orion',
125
- version='0.4.0.dev0',
+ version='0.4.0',
126
zip_safe=False,
127
)
0 commit comments