We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc09d25 commit 360b9b4Copy full SHA for 360b9b4
fsPacker/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.2"
+__version__ = "0.2.3"
2
__doc__ = """
3
FS Message Packer v{}
4
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name = "python-fspacker",
24
- version = "0.2.2",
+ version = "0.2.3",
25
description = "Fusion Solutions message packer",
26
keywords = "message pack packer utility fusion solutions fusionsolutions",
27
author = "Andor `iFA` Rajci - Fusions Solutions KFT",
0 commit comments