Skip to content

Commit a9d57f1

Browse files
authored
Merge pull request #6 from JigsawStack/check
Fix deployment issue
2 parents a61b720 + 1cf8a50 commit a9d57f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/usr/bin/env python
22

33
from setuptools import find_packages, setup
4-
from jigsawstack.version import get_version
54

65
install_requires = open("requirements.txt").readlines()
76

87
setup(
98
name="jigsawstack",
10-
version=get_version(),
9+
version="0.1.2",
1110
description="JigsawStack Python SDK",
1211
long_description=open("README.md", encoding="utf8").read(),
1312
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)