Skip to content

Commit bfd98f3

Browse files
authored
Upgrade to v0.2.4
Python 3.10 version support added. PyPi publisher fix. C++ minor fix.
2 parents 8a53a9e + d2e7c67 commit bfd98f3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Python tests
55

6-
on: [push, pull_request]
6+
on: push
77

88
jobs:
99
build:

fsPacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22
__doc__ = """
33
FS Message Packer v{}
44
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name = "python-fspacker",
24-
version = "0.2.3",
24+
version = "0.2.4",
2525
description = "Fusion Solutions message packer",
2626
keywords = "message pack packer utility fusion solutions fusionsolutions",
2727
author = "Andor `iFA` Rajci - Fusions Solutions KFT",
@@ -43,6 +43,7 @@
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3.8",
4545
"Programming Language :: Python :: 3.9",
46+
"Programming Language :: Python :: 3.10",
4647
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
4748
],
4849
)

0 commit comments

Comments
 (0)