Skip to content

Commit

Permalink
Bumped the version number to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zepich committed Dec 14, 2024
1 parent 36e489c commit 63c1e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosparo_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.core.exceptions import ImproperlyConfigured

__project__ = 'mosparo_django'
__version__ = "1.0.2"
__version__ = "1.0.3"

settings_types = {
'MOSPARO_HOST': str,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mosparo_django"
version = "1.0.2"
version = "1.0.3"
description = "A Django app to integrate mosparo into your forms."
readme = "README.md"
authors = [{ name = "mosparo Core Developers", email = "[email protected]" }]
Expand Down

0 comments on commit 63c1e00

Please sign in to comment.