Skip to content

Commit 639e9b2

Browse files
committed
bump to version 0.1.8
1 parent 58de1f6 commit 639e9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

figure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
__version__ = "0.1.7"
3+
__version__ = "0.1.8"
44

55
token = None
66
api_base = 'https://api.figure.co'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_version(package):
3131
# The project's main homepage.
3232
url='https://github.com/Postcard/figure-sdk-python',
3333

34-
download_url='https://github.com/Postcard/figure-sdk-python/archive/v0.1.7.tar.gz',
34+
download_url='https://github.com/Postcard/figure-sdk-python/archive/v0.1.8.tar.gz',
3535

3636
# Author details
3737
author='Figure',

0 commit comments

Comments
 (0)