Skip to content

Commit 373ed61

Browse files
committed
Bump version: 0.6.1.dev1 → 0.6.1
1 parent 8f9a51f commit 373ed61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

orion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """MIT Data To AI Lab"""
44
__email__ = '[email protected]'
5-
__version__ = '0.6.1.dev1'
5+
__version__ = '0.6.1'
66

77
import os
88

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1.dev1
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
test_suite='tests',
138138
tests_require=tests_require,
139139
url='https://github.com/sintel-dev/Orion',
140-
version='0.6.1.dev1',
140+
version='0.6.1',
141141
zip_safe=False,
142142
)

0 commit comments

Comments
 (0)