File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
name : Python tests
5
5
6
- on : [ push, pull_request]
6
+ on : push
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.3 "
1
+ __version__ = "0.2.4 "
2
2
__doc__ = """
3
3
FS Message Packer v{}
4
4
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "python-fspacker" ,
24
- version = "0.2.3 " ,
24
+ version = "0.2.4 " ,
25
25
description = "Fusion Solutions message packer" ,
26
26
keywords = "message pack packer utility fusion solutions fusionsolutions" ,
27
27
author = "Andor `iFA` Rajci - Fusions Solutions KFT" ,
43
43
"Programming Language :: Python :: 3 :: Only" ,
44
44
"Programming Language :: Python :: 3.8" ,
45
45
"Programming Language :: Python :: 3.9" ,
46
+ "Programming Language :: Python :: 3.10" ,
46
47
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)" ,
47
48
],
48
49
)
You can’t perform that action at this time.
0 commit comments