Skip to content

Commit 0990cc4

Browse files
committed
Bump version: 4.1.0.15 → 4.1.0.16
1 parent f7fb3b8 commit 0990cc4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

maec/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2018, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "4.1.0.15"
4+
__version__ = "4.1.0.16"

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.1.0.15
2+
current_version = 4.1.0.16
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<release>\d+)
44
serialize = {major}.{minor}.{patch}.{release}
55
commit = True
@@ -9,3 +9,4 @@ tag = True
99

1010
[bdist_wheel]
1111
universal = True
12+

0 commit comments

Comments
 (0)