Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Jan 10, 2023
1 parent 4f72d07 commit a7c64cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rfc1924/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
__author__ = "0xflotus"

from .rfc1924 import encode, decode, savings
Expand Down
3 changes: 0 additions & 3 deletions rfc1924/rfc1924.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,3 @@ def decode(encoded_ipv6):

def savings(ipv6):
return f"You saved {int((1 - len(encode(ipv6)) / len(ipv6)) * 100)}%"


print(decode("AN?6(i3Y+yVr74uX@J3P"))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="rfc1924",
version="0.2.1",
version="0.2.2",
description="Implementation of RFC 1924",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a7c64cf

Please sign in to comment.