We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e44a7b commit 947da8aCopy full SHA for 947da8a
1 file changed
setup.py
@@ -27,11 +27,11 @@ def latest_version(package_name):
27
description="Gcode to Zaxe Converter | executable: g2z",
28
long_description=long_description,
29
long_description_content_type="text/markdown",
30
- version="2022.3.15-1",
+ version="2022.3.15-2",
31
license="AGPLv3",
32
- download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.3.15-1.tar.gz",
+ download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.3.15-2.tar.gz",
33
packages=find_packages(where=".", exclude=["tests"]),
34
- python_requires=">=3.6",
+ python_requires=">=3.5",
35
entry_points={
36
"console_scripts": [
37
"g2z=gcode2zaxe.convert:main",
0 commit comments