Skip to content

Commit 13e6610

Browse files
committed
Bump version: 4.1.0.16 → 4.1.0.17
1 parent 58b4160 commit 13e6610

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ version of MAEC.
1515
============ ===================
1616
MAEC Version python-maec Version
1717
============ ===================
18-
4.1 4.1.0.16 (`PyPI`__) (`GitHub`__)
18+
4.1 4.1.0.17 (`PyPI`__) (`GitHub`__)
1919
4.0 4.0.1.0 (`PyPI`__) (`GitHub`__)
2020
3.0 3.0.0b1 (`PyPI`__) (`GitHub`__)
2121
============ ===================
2222

23-
__ https://pypi.python.org/pypi/maec/4.1.0.16
24-
__ https://github.com/MAECProject/python-maec/tree/v4.1.0.16
23+
__ https://pypi.python.org/pypi/maec/4.1.0.17
24+
__ https://github.com/MAECProject/python-maec/tree/v4.1.0.17
2525
__ https://pypi.python.org/pypi/maec/4.0.1.0
2626
__ https://github.com/MAECProject/python-maec/tree/v4.0.1.0
2727
__ https://pypi.python.org/pypi/maec/3.0.0b1

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.16"
4+
__version__ = "4.1.0.17"

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.16
2+
current_version = 4.1.0.17
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
44
serialize = {major}.{minor}.{patch}.{revision}
55
commit = True
@@ -14,3 +14,4 @@ license_file = LICENSE.txt
1414

1515
[bdist_wheel]
1616
universal = True
17+

0 commit comments

Comments
 (0)