Skip to content

Commit 6b3fe97

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent f7a43db commit 6b3fe97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def stream_requirements(fd):
3939

4040
setup(
4141
name='triage',
42-
version='2.1.0',
42+
version='2.2.0',
4343
description="Risk modeling and prediction",
4444
long_description=README_PATH.read_text(),
4545
author="Center for Data Science and Public Policy",

src/triage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Center for Data Science and Public Policy"""
44
__email__ = 'datascifellows@gmail.com'
5-
__version__ = '2.1.0'
5+
__version__ = '2.2.0'

0 commit comments

Comments
 (0)