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 6ffe3fa commit 7be7fe5Copy full SHA for 7be7fe5
docs/source/conf.py
@@ -82,7 +82,7 @@
82
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"
83
84
# The full version, including alpha/beta/rc tags
85
-release = "1.0.9"
+release = "1.1.0"
86
87
# -- General configuration ---------------------------------------------------
88
setup.py
@@ -12,7 +12,7 @@
12
if __name__ == "__main__":
13
setup(
14
name="dynamo-release",
15
- version="v1.0.9",
+ version="v1.1.0",
16
python_requires=">=3.7",
17
install_requires=[l.strip() for l in Path("requirements.txt").read_text("utf-8").splitlines()], # 'yt>=3.5.1',
18
extras_require={
0 commit comments