Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 13, 2022
1 parent 547d082 commit df0a4a5
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.6.0'
__version__ = '1.7.0'

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.6.0
current_version = 1.7.0
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 @@ -50,6 +50,6 @@
packages=['drheader', 'drheader/validators'],
test_suite='tests',
url='https://github.com/santandersecurityresearch/drheader',
version='1.6.0',
version='1.7.0',
zip_safe=False,
)

0 comments on commit df0a4a5

Please sign in to comment.