Skip to content

Commit 7be7fe5

Browse files
committed
update to 1.1.0
1 parent 6ffe3fa commit 7be7fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"
8383

8484
# The full version, including alpha/beta/rc tags
85-
release = "1.0.9"
85+
release = "1.1.0"
8686

8787
# -- General configuration ---------------------------------------------------
8888

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if __name__ == "__main__":
1313
setup(
1414
name="dynamo-release",
15-
version="v1.0.9",
15+
version="v1.1.0",
1616
python_requires=">=3.7",
1717
install_requires=[l.strip() for l in Path("requirements.txt").read_text("utf-8").splitlines()], # 'yt>=3.5.1',
1818
extras_require={

0 commit comments

Comments
 (0)