Skip to content

Commit

Permalink
Version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jnphilipp committed Jan 14, 2025
1 parent 5786a65 commit 4732f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_oai_pmh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "[email protected]"
__version__ = "0.3.6"
__version__ = "0.3.7"
__version_info__ = tuple(int(part) for part in __version__.split("."))

default_app_config = "django_oai_pmh.apps.OAIPMHConfig"
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django_oai_pmh"
version = "0.3.6"
version = "0.3.7"
authors = [
{name = "J. Nathanael Philipp", email = "[email protected]"}
]
Expand All @@ -20,15 +20,16 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic = ["dependencies"]
Expand Down

0 comments on commit 4732f93

Please sign in to comment.