Skip to content

Commit

Permalink
[BC] import bug corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
wantysal committed Apr 19, 2024
1 parent 5e541e5 commit c35316f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mosqito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from mosqito.utils.conversion.spectrum2dBA import spectrum2dBA


__version__ = "1.2.0"
__version__ = "1.2.1"

# Colors and linestyles
COLORS = [
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c35316f

Please sign in to comment.