Skip to content

Commit c35316f

Browse files
committed
[BC] import bug corrected
1 parent 5e541e5 commit c35316f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = 'MOSQITO'
1212
copyright = '2024, Green Forge Coop'
1313
author = 'Green Forge Coop'
14-
version = "1.2"
14+
version = "1.2.1"
1515
release = version
1616

1717
import os

mosqito/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from mosqito.utils.conversion.spectrum2dBA import spectrum2dBA
5151

5252

53-
__version__ = "1.2.0"
53+
__version__ = "1.2.1"
5454

5555
# Colors and linestyles
5656
COLORS = [

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import setuptools
22

33
# /!\ update before a release
4-
from mosqito import __version__
5-
version = __version__
4+
version = __version__ = "1.2.1"
65

76
# MoSQITo description
87
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)