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

Commit e29c339

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent 6e21773 commit e29c339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1'
1+
__version__ = '1.0.2'

setup.cfg

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

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.1',
41+
version='1.0.2',
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)