Skip to content

Commit 4b7802a

Browse files
committed
Merge branch 'docs-update' into develop
2 parents 23256f1 + 7d101b5 commit 4b7802a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = "0.1"
64+
version = "1.0"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "0.1"
66+
release = "1.0.4"
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

docs/img/schema.png

11.4 KB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "1.0.3"
4+
__version__ = "1.0.4"
55

66

77
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")

0 commit comments

Comments
 (0)