Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Mar 19, 2018
1 parent 07f352d commit e152f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pancloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand All @@ -19,4 +19,4 @@ exclude = docs

[aliases]
test = pytest
# Define setup.py command aliases here

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

setup(
name='pancloud',
version='1.0.0',
version='1.0.1',
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
long_description=readme + '\n\n' + history,
author="Steven Serrata",
Expand Down

0 comments on commit e152f60

Please sign in to comment.