We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1172c96 commit 719af3cCopy full SHA for 719af3c
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.114"
+__version__ = "1.1.115"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.114
+current_version = 1.1.115
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