Skip to content

Commit

Permalink
Merge pull request #135 from Santandersecurityresearch/develop
Browse files Browse the repository at this point in the history
Testing AutoBumpVersions
  • Loading branch information
pealtrufo authored Nov 2, 2020
2 parents 9ffd3f8 + 8ea92be commit bda34f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drheader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

"""Top-level package for drHEADer core."""

__version__ = '1.5.0'
__version__ = '1.5.3'

from drheader.core import Drheader # noqa
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.5.0
current_version = 1.5.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/santandersecurityresearch/drheader',
version='1.5.0',
version='1.5.3',
zip_safe=False,
)

0 comments on commit bda34f1

Please sign in to comment.