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.
2 parents 23256f1 + 7d101b5 commit 4b7802aCopy full SHA for 4b7802a
docs/conf.py
@@ -61,9 +61,9 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = "0.1"
+version = "1.0"
65
# The full version, including alpha/beta/rc tags.
66
-release = "0.1"
+release = "1.0.4"
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
docs/img/schema.png
11.4 KB
setup.py
@@ -1,7 +1,7 @@
1
import os
2
from setuptools import setup, find_packages
3
4
-__version__ = "1.0.3"
+__version__ = "1.0.4"
5
6
7
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")
0 commit comments