Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MISP/cti-python-stix2 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Aug 24, 2022
2 parents 8079b42 + 5190f9d commit fe28f35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install with `pip <https://pip.pypa.io/en/stable/>`__:
$ pip install misp-lib-stix2
Note: The library requires Python 3.6+.
Note: The library requires Python 3.7+.

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-lib-stix2"
version = "3.0.1"
version = "3.0.1.1"
description = "Produce and consume STIX 2 JSON content"
authors = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"]
maintainers = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.1.1
commit = True
tag = True

Expand All @@ -9,4 +9,4 @@ tag = True
license_file = LICENSE

[bdist_wheel]
universal = 1
universal = 0
2 changes: 1 addition & 1 deletion stix2/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.0.1"
__version__ = "3.0.1.1"

DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version

0 comments on commit fe28f35

Please sign in to comment.