diff --git a/docs/source/conf.py b/docs/source/conf.py index 16ef58f..de3bc20 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "Davide Poletti, Max Abitbol, Zack Li" # The short X.Y version -version = "1.0.0" +version = "1.1.0" # The full version, including alpha/beta/rc tags release = "" diff --git a/fgspectra/__init__.py b/fgspectra/__init__.py index 5becc17..6849410 100644 --- a/fgspectra/__init__.py +++ b/fgspectra/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 9d728d6..5b7fe82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fgspectra" -version = "1.0.0" +version = "1.1.0" description = "Foreground SED and power spectrum library for building cross frequency power spectrum models" readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index c19fdd3..ff5d6bd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="fgspectra", - version="1.0.0", + version="1.1.0", description="Foreground SED and power spectrum library", author="Simons Observatory fgspectra crew", author_email="",