v0.0.4-a2, added __version__ so pypi version is dynamic

This commit is contained in:
Mr Finchum 2025-01-03 13:45:59 +01:00
parent ffb9e4b8e0
commit df21f4e4c0
5 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## 0.0.x
### 0.0.4-a2
- Adding __version__ to `__init__.py` so version is automaticly updated in program as well as pypi.
### 0.0.4-a1
- Refactored project structure, moving all code to the `src` directory.
- Adjusted imports and setup to accommodate the new folder structure.