mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-12-21 07:10:27 +00:00
Bumped version.
This commit is contained in:
parent
909853e011
commit
d15d85be91
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
### Version 0.0.3 (17-04-2024)
|
||||
- Fixed bug with missing dependencies (scipy)
|
||||
### Version 0.0.2 (17-04-2024)
|
||||
- Automatic deployment to PyPi using GitHub Actions
|
||||
### Version 0.0.1 (15-04-2024)
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "nqrduck-autotm"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = [
|
||||
{ name="jupfi", email="support@nqrduck.cool" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue