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 5729761 commit 87f2873Copy full SHA for 87f2873
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = "ESA Advanced Concepts Team"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "0.4.0"
+release = "0.4.1"
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="torchquad",
12
- version="0.4.0",
+ version="0.4.1",
13
description="Package providing torch-based numerical integration methods.",
14
long_description=open("README.md").read(),
15
long_description_content_type="text/markdown",
0 commit comments