Fixed versioning
This commit is contained in:
@ -22,12 +22,9 @@ __all__ = (
|
||||
"NotLettersNotFoundError",
|
||||
"NotLettersPaymentRequiredError",
|
||||
"NotLettersUnauthorizedError",
|
||||
"__version__",
|
||||
"__version_tuple__",
|
||||
)
|
||||
|
||||
|
||||
from notletters.__meta__ import __version__, __version_tuple__
|
||||
from notletters.client import NotLetters
|
||||
from notletters.exceptions import (
|
||||
NotLettersAPIError,
|
||||
|
@ -1,2 +0,0 @@
|
||||
__version_tuple__ = (0, 1, 2)
|
||||
__version__ = ".".join(map(str, __version_tuple__))
|
@ -25,7 +25,7 @@ keywords = [
|
||||
license-files = ["LICENSE"]
|
||||
name = "notletters"
|
||||
readme = "README.md"
|
||||
dynamic = ["version"]
|
||||
version = "0.1.2"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[project.urls]
|
||||
@ -94,9 +94,6 @@ ignore-names = []
|
||||
[tool.ruff.lint.pylint]
|
||||
allow-magic-value-types = []
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "notletters/__meta__.py"
|
||||
|
||||
[tool.uv]
|
||||
cache-dir = ".cache/uv"
|
||||
link-mode = "copy"
|
||||
|
Reference in New Issue
Block a user