Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2024
1 parent d3e071a commit 120fb18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.2 (2024-10-09)

### Fix

- make `GeoRef` hashable (#21)

## 1.0.1 (2024-10-08)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
name = "pyramecium-technology-models"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.12"
version = "1.0.1"
version = "1.0.2"

[project.urls]
homepage = "https://github.com/ieeh-tu-dresden/power-system-technology-models"
Expand Down Expand Up @@ -134,7 +134,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version = "1.0.1"
version = "1.0.2"
version_files = [
"pyproject.toml:version",
"src/pstm/__version__.py:VERSION",
Expand Down
2 changes: 1 addition & 1 deletion src/pstm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.1"
VERSION = "1.0.2"

0 comments on commit 120fb18

Please sign in to comment.