diff --git a/django_ledger/__init__.py b/django_ledger/__init__.py index a1922b92..1c21079c 100644 --- a/django_ledger/__init__.py +++ b/django_ledger/__init__.py @@ -9,7 +9,7 @@ default_app_config = 'django_ledger.apps.DjangoLedgerConfig' """Django Ledger""" -__version__ = '0.6.0' +__version__ = '0.6.0.1' __license__ = 'GPLv3 License' __author__ = 'Miguel Sanda' diff --git a/pyproject.toml b/pyproject.toml index c7de2e27..2faadf77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-ledger" -version = "0.6.0" +version = "0.6.0.1" readme = "README.md" requires-python = ">=3.10" description = "Double entry accounting system built on the Django Web Framework."