Skip to content

Commit

Permalink
New release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmrokan committed Oct 13, 2024
1 parent a80ee37 commit e30a065
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.3.2

- Measured, improved compatibilty with older Python versions
- Added debug, error message logging

# Version 0.3.1

- Improved and documented token bindings

# Version 0.3.0

- Fix mistakes in PT net implementation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "soyutnet"
version = "0.3.2b1"
version = "0.3.2"
dependencies = [
]
requires-python = ">=3.10"
Expand Down

0 comments on commit e30a065

Please sign in to comment.