We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5764b commit 9af9315Copy full SHA for 9af9315
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='shotgun_api3',
20
- version='3.0.36.dev',
+ version='3.0.36',
21
description='Shotgun Python API ',
22
long_description=readme,
23
author='Shotgun Software',
shotgun_api3/shotgun.py
@@ -92,7 +92,7 @@
92
93
# ----------------------------------------------------------------------------
94
# Version
95
-__version__ = "3.0.36.dev"
+__version__ = "3.0.36"
96
97
98
# Errors
0 commit comments