We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ac284 commit 36c2d57Copy full SHA for 36c2d57
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'sightengine',
5
packages = ['sightengine'],
6
- version = '1.2.3',
+ version = '1.2.1',
7
description = 'Sightengine Python client',
8
author = 'Sightengine',
9
author_email='support@sightengine.com',
sightengine/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.2.3'
+__version__ = '1.2.1'
0 commit comments