Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 committed Nov 16, 2024
1 parent 932d705 commit c1e9406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hytek/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "Copyright 2024-present plun13331"

version_info = namedtuple("version_info", "major minor micro releaselevel serial")(
major=0, minor=0, micro=5, releaselevel="alpha", serial=0
major=0, minor=0, micro=6, releaselevel="alpha", serial=0
)

__version__ = f"{version_info.major}.{version_info.minor}.{version_info.micro}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hytek"
version = "0.0.5"
version = "0.0.6"
description = "A simple tool for parsing and manipulating HyTek files."
readme = { content-type = "text/markdown", file = "README.md" }
requires-python = ">=3.12"
Expand Down

0 comments on commit c1e9406

Please sign in to comment.