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 5e541e5 commit c35316fCopy full SHA for c35316f
docs/conf.py
@@ -11,7 +11,7 @@
11
project = 'MOSQITO'
12
copyright = '2024, Green Forge Coop'
13
author = 'Green Forge Coop'
14
-version = "1.2"
+version = "1.2.1"
15
release = version
16
17
import os
mosqito/__init__.py
@@ -50,7 +50,7 @@
50
from mosqito.utils.conversion.spectrum2dBA import spectrum2dBA
51
52
53
-__version__ = "1.2.0"
+__version__ = "1.2.1"
54
55
# Colors and linestyles
56
COLORS = [
setup.py
@@ -1,8 +1,7 @@
1
import setuptools
2
3
# /!\ update before a release
4
-from mosqito import __version__
5
-version = __version__
+version = __version__ = "1.2.1"
6
7
# MoSQITo description
8
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments