Skip to content

Commit 9aa2b22

Browse files
committed
Bump version: 0.2.0.dev0 → 0.2.0
1 parent 57d1267 commit 9aa2b22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

draco/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """MIT Data To AI Lab"""
66
__email__ = 'dailabmit@gmail.com'
7-
__version__ = '0.2.0.dev0'
7+
__version__ = '0.2.0'
88

99
import os
1010

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0.dev0
2+
current_version = 0.2.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
@@ -115,6 +115,6 @@
115115
test_suite='tests',
116116
tests_require=tests_require,
117117
url='https://github.com/sintel-dev/Draco',
118-
version='0.2.0.dev0',
118+
version='0.2.0',
119119
zip_safe=False,
120120
)

0 commit comments

Comments
 (0)