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 3dd0841 commit 8a1b484Copy full SHA for 8a1b484
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = ''
29
# The full version, including alpha/beta/rc tags
30
-release = '1.0.0'
+release = '1.1.0'
31
32
33
# -- General configuration ---------------------------------------------------
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='graphchain',
13
- version='1.0.0',
+ version='1.1.0',
14
description='An efficient cache for the execution of dask graphs',
15
long_description=long_description,
16
long_description_content_type='text/markdown',
0 commit comments