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 33
44name : Python tests
55
6- on : [ push, pull_request]
6+ on : push
77
88jobs :
99 build :
Original file line number Diff line number Diff line change 1- __version__ = "0.2.3 "
1+ __version__ = "0.2.4 "
22__doc__ = """
33FS Message Packer v{}
44Copyright (C) 2021 Fusion Solutions KFT <[email protected] >
Original file line number Diff line number Diff line change 2121
2222setup (
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" ,
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)
You can’t perform that action at this time.
0 commit comments