Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Mar 15, 2022
1 parent 0e44a7b commit 947da8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def latest_version(package_name):
description="Gcode to Zaxe Converter | executable: g2z",
long_description=long_description,
long_description_content_type="text/markdown",
version="2022.3.15-1",
version="2022.3.15-2",
license="AGPLv3",
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",
packages=find_packages(where=".", exclude=["tests"]),
python_requires=">=3.6",
python_requires=">=3.5",
entry_points={
"console_scripts": [
"g2z=gcode2zaxe.convert:main",
Expand Down

0 comments on commit 947da8a

Please sign in to comment.