Skip to content

Commit

Permalink
release: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Feb 17, 2025
1 parent 345e4b1 commit 2363c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nzb"
version = "0.4.1"
version = "0.4.2"
description = "A spec compliant parser and meta editor for NZB files."
authors = [{ name = "Ravencentric", email = "me@ravencentric.cc" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/nzb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nzb._exceptions import InvalidNzbError
from nzb._models import File, Meta, Segment

__version__ = "0.4.1"
__version__ = "0.4.2"

__all__ = (
"File",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2363c64

Please sign in to comment.