Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrko committed Jun 12, 2024
1 parent d48d4ed commit cb8d0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uecp"
version = "0.4.0a1"
version = "0.4.0"
description = "UECP encoder & decoder"
authors = ["Christian Kohlstedde <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/uecp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""UECP encoder & decoder"""

__version__ = "0.4.0a1"
__version__ = "0.4.0"

# import custom codecs to ensure registering search functions
from uecp import byte_stuffing_codec, rds_character_set_codec # noqa: F401
Expand Down

0 comments on commit cb8d0af

Please sign in to comment.