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 58de1f6 commit 639e9b2Copy full SHA for 639e9b2
figure/__init__.py
@@ -1,6 +1,6 @@
1
2
3
-__version__ = "0.1.7"
+__version__ = "0.1.8"
4
5
token = None
6
api_base = 'https://api.figure.co'
setup.py
@@ -31,7 +31,7 @@ def get_version(package):
31
# The project's main homepage.
32
url='https://github.com/Postcard/figure-sdk-python',
33
34
- download_url='https://github.com/Postcard/figure-sdk-python/archive/v0.1.7.tar.gz',
+ download_url='https://github.com/Postcard/figure-sdk-python/archive/v0.1.8.tar.gz',
35
36
# Author details
37
author='Figure',
0 commit comments