We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62f201 commit c93355cCopy full SHA for c93355c
3 files changed
cardea/__init__.py
@@ -3,7 +3,7 @@
3
4
__author__ = """MIT Data To AI Lab"""
5
__email__ = 'dailabmit@gmail.com'
6
-__version__ = '0.1.0.dev2'
+__version__ = '0.1.0.dev3'
7
8
import logging
9
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0.dev2
+current_version = 0.1.0.dev3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -91,6 +91,6 @@
91
test_suite='tests',
92
tests_require=tests_require,
93
url='https://github.com/D3-AI/Cardea',
94
- version='0.1.0.dev2',
+ version='0.1.0.dev3',
95
zip_safe=False,
96
)
0 commit comments