Skip to content

Commit 87f2873

Browse files
committed
Bumped version number
1 parent 5729761 commit 87f2873

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
@@ -22,7 +22,7 @@
2222
author = "ESA Advanced Concepts Team"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.4.0"
25+
release = "0.4.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="torchquad",
12-
version="0.4.0",
12+
version="0.4.1",
1313
description="Package providing torch-based numerical integration methods.",
1414
long_description=open("README.md").read(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)