Skip to content

Commit

Permalink
chore: add version to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSenpai committed Jan 11, 2025
1 parent f28e2e3 commit 7e1f340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions enma/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '2.4.5.dev2+g51847f2.d20250111'
__version_tuple__ = version_tuple = (2, 4, 5, 'dev2', 'g51847f2.d20250111')
__version__ = version = '2.4.4'
__version_tuple__ = version_tuple = (2, 4, 4)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[project]
name = "enma"
version = "2.4.4"
description = "Enma is a Python library designed to fetch manga and doujinshi data from many sources."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.9.0"
Expand All @@ -11,7 +12,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
dynamic = ["version"]

[project.urls]
"Github" = "https://github.com/AlexandreSenpai/Enma"
Expand Down

0 comments on commit 7e1f340

Please sign in to comment.