diff --git a/antarest/__init__.py b/antarest/__init__.py index 00c39140d0..ca18b9dc10 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0" +__version__ = "2.0.1" from pathlib import Path diff --git a/setup.py b/setup.py index 30c0bd2b9f..a7d2bd7b88 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="AntaREST", - version="2.0.0", + version="2.0.1", description="Antares Server", long_description=long_description, long_description_content_type="text/markdown", diff --git a/sonar-project.properties b/sonar-project.properties index 3e267b20d1..08bedd82c5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,4 +3,4 @@ sonar.projectKey=AntaresSimulatorTeam_api-iso-antares sonar.sources=antarest sonar.language=python sonar.python.coverage.reportPaths=coverage.xml -sonar.projectVersion=2.0 \ No newline at end of file +sonar.projectVersion=2.0.1 \ No newline at end of file diff --git a/webapp/package.json b/webapp/package.json index e8b6a541a0..d8cba8d8cc 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "antares-web", - "version": "2.0.0", + "version": "2.0.1", "private": true, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.35",