File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ version of MAEC.
1515============ ===================
1616MAEC Version python-maec Version
1717============ ===================
18- 4.1 4.1.0.16 (`PyPI `__) (`GitHub `__)
18+ 4.1 4.1.0.17 (`PyPI `__) (`GitHub `__)
19194.0 4.0.1.0 (`PyPI `__) (`GitHub `__)
20203.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
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.1.0.16
2+ current_version = 4.1.0.17
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
44serialize = {major}.{minor}.{patch}.{revision}
55commit = True
@@ -14,3 +14,4 @@ license_file = LICENSE.txt
1414
1515[bdist_wheel]
1616universal = True
17+
You can’t perform that action at this time.
0 commit comments