Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit e152f60

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 07f352d commit e152f60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

@@ -19,4 +19,4 @@ exclude = docs
1919

2020
[aliases]
2121
test = pytest
22-
# Define setup.py command aliases here
22+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name='pancloud',
41-
version='1.0.0',
41+
version='1.0.1',
4242
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
4343
long_description=readme + '\n\n' + history,
4444
author="Steven Serrata",

0 commit comments

Comments
 (0)