Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Nov 9, 2018
1 parent fcc19e3 commit b4c037f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.0'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -14,3 +14,4 @@ license_file = LICENSE

[bdist_wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_long_description():

setup(
name='taxii2-client',
version='0.4.0',
version='0.5.0',
description='TAXII 2 Client Library',
long_description=get_long_description(),
url='https://github.com/oasis-open/cti-taxii-client',
Expand Down
2 changes: 1 addition & 1 deletion taxii2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import six
import six.moves.urllib.parse as urlparse

__version__ = '0.4.0'
__version__ = '0.5.0'

MEDIA_TYPE_STIX_V20 = "application/vnd.oasis.stix+json; version=2.0"
MEDIA_TYPE_TAXII_V20 = "application/vnd.oasis.taxii+json; version=2.0"
Expand Down

0 comments on commit b4c037f

Please sign in to comment.