Skip to content

Commit 766f551

Browse files
committed
Bump version: 0.1.1.dev1 → 0.1.1
1 parent 7308855 commit 766f551

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cardea/__init__.py

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

44
__author__ = """MIT Data To AI Lab"""
55
__email__ = '[email protected]'
6-
__version__ = '0.1.1.dev1'
6+
__version__ = '0.1.1'
77

88
import logging
99
import os

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.1.1.dev1
2+
current_version = 0.1.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
@@ -100,6 +100,6 @@
100100
test_suite='tests',
101101
tests_require=tests_require,
102102
url='https://github.com/DAI-Lab/Cardea',
103-
version='0.1.1.dev1',
103+
version='0.1.1',
104104
zip_safe=False
105105
)

0 commit comments

Comments
 (0)