Skip to content

Commit e205d01

Browse files
author
KP
committed
bump version to v3.0.13 for release
1 parent 28ad55e commit e205d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

1818
setup(
1919
name='shotgun_api3',
20-
version='3.0.12',
20+
version='3.0.13',
2121
description='Shotgun Python API ',
2222
long_description=readme,
2323
author='Shotgun Software',

shotgun_api3/shotgun.py

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

7070
# ----------------------------------------------------------------------------
7171
# Version
72-
__version__ = "3.0.12"
72+
__version__ = "3.0.13"
7373

7474
# ----------------------------------------------------------------------------
7575
# Errors

0 commit comments

Comments
 (0)