Skip to content

Commit

Permalink
guess i need x.y.z versioning for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 25, 2024
1 parent e3e9d5d commit f154d3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for ausankey

## 2024-03-25 v1.2
## 2024-03-25 v1.2.1

* Label alignment bug fix (not sure how it slipped through).
* Fixing it involved some nice tidy-up of the code.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "ausankey"
version = "1.2a"
version = "1.2.1"

description = "Sankey diagrams simply"
readme = "README.md"
Expand Down

0 comments on commit f154d3c

Please sign in to comment.