We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c212c9e commit 0589ee1Copy full SHA for 0589ee1
docs/conf.py
@@ -17,7 +17,7 @@
17
project = "Cheetah"
18
copyright = "2023, Jan Kaiser, Chenran Xu"
19
author = "Jan Kaiser, Chenran Xu"
20
-release = "0.6.3"
+release = "0.7.0"
21
22
# -- General configuration ---------------------------------------------------
23
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="cheetah-accelerator",
10
- version="0.6.3",
+ version="0.7.0",
11
author="Jan Kaiser & Chenran Xu",
12
author_email="jan.kaiser@desy.de",
13
url="https://github.com/desy-ml/cheetah",
0 commit comments