We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e933da8 commit c9da130Copy full SHA for c9da130
libtaxii/version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) 2017, The MITRE Corporation
2
# For license information, see the LICENSE.txt file
3
4
-__version__ = "1.1.111"
+__version__ = "1.1.112"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.111
+current_version = 1.1.112
tag_name = {new_version}
commit = True
5
tag = True
@@ -11,3 +11,4 @@ license_file = LICENSE.txt
11
12
[bdist_wheel]
13
universal = True
14
+
0 commit comments