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 69e36ba commit 91fa52bCopy full SHA for 91fa52b
setup.py
@@ -1,9 +1,8 @@
1
+from setuptools import setup, find_packages
2
import io
3
import os
4
-from setuptools import find_packages, setup
5
-
6
-VERSION = "1.3"
+VERSION = "1.4"
7
8
9
def get_long_description():
0 commit comments