Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 26, 2024
1 parent 0bd051a commit 9565ede
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 @@
[project]
name = "basen"
version = "1.0.0"
version = "1.0.1"
description = "Custom encoder that encodes any binary data to given alphabet."
keywords = [
"generator", "base-encoder", "basen", "base128", "base64", "base32", "base16"
Expand Down
2 changes: 1 addition & 1 deletion src/basen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .basen import BaseN
from .int2base import int2base, base2int

VERSION = "v1.0.0"
VERSION = "v1.0.1"
__version__ = VERSION


Expand Down

0 comments on commit 9565ede

Please sign in to comment.