Skip to content

Commit f99ad51

Browse files
committed
v.0.7.6.1
1 parent ea17065 commit f99ad51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_ledger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
default_app_config = 'django_ledger.apps.DjangoLedgerConfig'
77

88
"""Django Ledger"""
9-
__version__ = '0.7.6'
9+
__version__ = '0.7.6.1'
1010
__license__ = 'GPLv3 License'
1111

1212
__author__ = 'Miguel Sanda'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-ledger"
3-
version = "0.7.6"
3+
version = "0.7.6.1"
44
readme = "README.md"
55
requires-python = ">=3.10"
66
description = "Double entry accounting system built on the Django Web Framework."

0 commit comments

Comments
 (0)