Skip to content

Commit a46f498

Browse files
committed
Bump version to 2.1.0.10
1 parent 3acb103 commit a46f498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cybox/__init__.py

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

4-
__version__ = "2.1.0.9"
4+
__version__ = "2.1.0.10"
55

66
import collections
77
import inspect

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ version of CybOX.
2020
============= ====================
2121
CybOX Version python-cybox Version
2222
============= ====================
23-
2.1 2.1.0.9 (`PyPI`__) (`GitHub`__)
23+
2.1 2.1.0.10 (`PyPI`__) (`GitHub`__)
2424
2.0.1 2.0.1.4 (`PyPI`__) (`GitHub`__)
2525
2.0 2.0.0.1 (`PyPI`__) (`GitHub`__)
2626
1.0 1.0.0b3 (`PyPI`__) (`GitHub`__)
2727
============= ====================
2828

29-
__ https://pypi.python.org/pypi/cybox/2.1.0.9
30-
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.9
29+
__ https://pypi.python.org/pypi/cybox/2.1.0.10
30+
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.10
3131
__ https://pypi.python.org/pypi/cybox/2.0.1.4
3232
__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
3333
__ https://pypi.python.org/pypi/cybox/2.0.0.1

0 commit comments

Comments
 (0)