Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Jul 9, 2020
1 parent cf4fb49 commit f819fc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
copyright = '2018, OASIS Open'
author = 'OASIS Open'

version = '1.3.0'
release = '1.3.0'
version = '1.3.1'
release = '1.3.1'

extensions = [
'sphinx.ext.autodoc',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='stix2-patterns',
version='1.3.0',
version='1.3.1',
description='Validate STIX 2 Patterns.',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit f819fc5

Please sign in to comment.