diff --git a/docs/conf.py b/docs/conf.py index 0f0b1298..c9442b91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ project = 'MOSQITO' copyright = '2024, Green Forge Coop' author = 'Green Forge Coop' -version = "1.2" +version = "1.2.1" release = version import os diff --git a/mosqito/__init__.py b/mosqito/__init__.py index 916ae250..73a1155d 100644 --- a/mosqito/__init__.py +++ b/mosqito/__init__.py @@ -50,7 +50,7 @@ from mosqito.utils.conversion.spectrum2dBA import spectrum2dBA -__version__ = "1.2.0" +__version__ = "1.2.1" # Colors and linestyles COLORS = [ diff --git a/setup.py b/setup.py index 553ca469..e2afd119 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,7 @@ import setuptools # /!\ update before a release -from mosqito import __version__ -version = __version__ +version = __version__ = "1.2.1" # MoSQITo description with open("README.md", "r", encoding="utf-8") as fh: