diff --git a/docs/source/conf.py b/docs/source/conf.py index a42227d3..34549f41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "ESA Advanced Concepts Team" # The full version, including alpha/beta/rc tags -release = "0.4.0" +release = "0.4.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 936b1656..8e9c5468 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="torchquad", - version="0.4.0", + version="0.4.1", description="Package providing torch-based numerical integration methods.", long_description=open("README.md").read(), long_description_content_type="text/markdown",