Skip to content

Commit 9bcb3a2

Browse files
committed
Update version
1 parent bd59190 commit 9bcb3a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def latest_version(package_name):
2626
description="Gcode to Zaxe Converter | executable: g2z",
2727
long_description=long_description,
2828
long_description_content_type="text/markdown",
29-
version="2022.6.23",
29+
version="2022.6.25",
3030
license="AGPLv3",
31-
download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.6.23.tar.gz",
31+
download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.6.25.tar.gz",
3232
packages=find_packages(where=".", exclude=["tests", "gcode2zaxegui"]),
3333
python_requires=">=3.8",
3434
entry_points={

0 commit comments

Comments
 (0)