We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a43db commit 6b3fe97Copy full SHA for 6b3fe97
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.0
+current_version = 2.2.0
3
commit = True
4
tag = True
5
setup.py
@@ -39,7 +39,7 @@ def stream_requirements(fd):
39
40
setup(
41
name='triage',
42
- version='2.1.0',
+ version='2.2.0',
43
description="Risk modeling and prediction",
44
long_description=README_PATH.read_text(),
45
author="Center for Data Science and Public Policy",
src/triage/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Center for Data Science and Public Policy"""
__email__ = 'datascifellows@gmail.com'
-__version__ = '2.1.0'
+__version__ = '2.2.0'
0 commit comments