We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ad55e commit e205d01Copy full SHA for e205d01
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='shotgun_api3',
20
- version='3.0.12',
+ version='3.0.13',
21
description='Shotgun Python API ',
22
long_description=readme,
23
author='Shotgun Software',
shotgun_api3/shotgun.py
@@ -69,7 +69,7 @@
69
70
# ----------------------------------------------------------------------------
71
# Version
72
-__version__ = "3.0.12"
+__version__ = "3.0.13"
73
74
75
# Errors
0 commit comments