Skip to content

Commit c9da130

Browse files
committed
Bump version: 1.1.111 → 1.1.112
1 parent e933da8 commit c9da130

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libtaxii/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2017, The MITRE Corporation
22
# For license information, see the LICENSE.txt file
33

4-
__version__ = "1.1.111"
4+
__version__ = "1.1.112"

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.111
2+
current_version = 1.1.112
33
tag_name = {new_version}
44
commit = True
55
tag = True
@@ -11,3 +11,4 @@ license_file = LICENSE.txt
1111

1212
[bdist_wheel]
1313
universal = True
14+

0 commit comments

Comments
 (0)