We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dafd35 commit 1294051Copy full SHA for 1294051
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.3
3
commit = True
4
tag = True
5
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='triage',
23
- version='1.0.0',
+ version='1.0.3',
24
description="Risk modeling and prediction",
25
long_description=readme,
26
author="Center for Data Science and Public Policy",
triage/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Center for Data Science and Public Policy"""
__email__ = 'datascifellows@gmail.com'
-__version__ = '1.0.0'
+__version__ = '1.0.3'
0 commit comments