Skip to content

Commit 64a6727

Browse files
committed
Bump version: 0.1.2.dev2 → 0.1.2
1 parent e7f98a6 commit 64a6727

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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__ = 'dailabmit@gmail.com'
6-
__version__ = '0.1.2.dev2'
6+
__version__ = '0.1.2'
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.2.dev2
2+
current_version = 0.1.2
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
@@ -96,6 +96,6 @@
9696
test_suite='tests',
9797
tests_require=tests_require,
9898
url='https://github.com/MLBazaar/Cardea',
99-
version='0.1.2.dev2',
99+
version='0.1.2',
100100
zip_safe=False
101101
)

0 commit comments

Comments
 (0)