Skip to content

Commit 9af9315

Browse files
committed
Official release v3.0.36.
1 parent 4b5764b commit 9af9315

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.36.dev',
20+
version='3.0.36',
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
@@ -92,7 +92,7 @@
9292

9393
# ----------------------------------------------------------------------------
9494
# Version
95-
__version__ = "3.0.36.dev"
95+
__version__ = "3.0.36"
9696

9797
# ----------------------------------------------------------------------------
9898
# Errors

0 commit comments

Comments
 (0)