Skip to content

Commit

Permalink
v1.0.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle authored Aug 2, 2024
1 parent cc5eaa3 commit 6a89cc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v0.1.1 (2023-08-02)
-------------------

* Add project description to publish on PyPi.

v0.1.0 (2023-08-02)
-------------------

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[project]
name = "antares-timeseries-generation"
version = "0.1.0"
version = "0.1.1"
license = {text="MPL-2.0"}
description = 'Timeseries generation library aiming at creating input data for Antares simulator studies.'
readme = "README.md"
dependencies = [ "numpy", "pandas", "PyYAML" ]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectVersion=0.1.0
sonar.projectVersion=0.1.1
sonar.organization=antaressimulatorteam
sonar.projectKey=AntaresSimulatorTeam_antares-timeseries-generation
sonar.sources=src
Expand Down

0 comments on commit 6a89cc5

Please sign in to comment.