Skip to content

Commit f1c64ae

Browse files
committed
Bump version: 0.7.0.dev0 → 0.7.0
1 parent 57baea7 commit f1c64ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

orion/__init__.py

+1-1
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.7.0.dev0'
5+
__version__ = '0.7.0'
66

77
import os
88

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0.dev0
2+
current_version = 0.7.0
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@
142142
test_suite='tests',
143143
tests_require=tests_require,
144144
url='https://github.com/sintel-dev/Orion',
145-
version='0.7.0.dev0',
145+
version='0.7.0',
146146
zip_safe=False,
147147
)

0 commit comments

Comments
 (0)