We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd59190 commit 9bcb3a2Copy full SHA for 9bcb3a2
1 file changed
setup.py
@@ -26,9 +26,9 @@ def latest_version(package_name):
26
description="Gcode to Zaxe Converter | executable: g2z",
27
long_description=long_description,
28
long_description_content_type="text/markdown",
29
- version="2022.6.23",
+ version="2022.6.25",
30
license="AGPLv3",
31
- download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.6.23.tar.gz",
+ download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.6.25.tar.gz",
32
packages=find_packages(where=".", exclude=["tests", "gcode2zaxegui"]),
33
python_requires=">=3.8",
34
entry_points={
0 commit comments