Skip to content

Commit

Permalink
Bump version: 0.7.6 → 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cruz committed Oct 1, 2020
1 parent 704b0b5 commit f09b7f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.6
current_version = 0.7.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion panw_utils/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """David Paul Cruz"""
__email__ = 'davidcruz72@gmail.com'
__version__ = '0.7.6'
__version__ = '0.7.7'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.6
current_version = 0.7.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/dapacruz/panw-utils',
version='0.7.6',
version='0.7.7',
zip_safe=False,
entry_points={
"console_scripts":[
Expand Down

0 comments on commit f09b7f6

Please sign in to comment.