Skip to content

Commit

Permalink
chore: Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Mar 5, 2024
1 parent 6942109 commit f75c68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions healthpoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| | |___ /~~\ |___ | | | | \__/ | | \| |
""" # noqa
VERSION = (0, 5, 0, "final", 0)
VERSION = (1, 0, 0, "final", 0)

__title__ = "django-healthpoint"
__version_info__ = VERSION
Expand All @@ -13,4 +13,4 @@
)
__author__ = "Raymond Penners"
__license__ = "MIT"
__copyright__ = "Copyright 2018-2023 Raymond Penners and contributors"
__copyright__ = "Copyright 2018-2024 Raymond Penners and contributors"

0 comments on commit f75c68a

Please sign in to comment.