Skip to content

Commit

Permalink
I should test things before publishing it 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Apr 21, 2022
1 parent 374b3ec commit 815f650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gcode2zaxe/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def read_gcode():


def make_info():
material = args.filament.lowercase()
material = args.filament.lower()

return {
"material": material,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def latest_version(package_name):
description="Gcode to Zaxe Converter | executable: g2z",
long_description=long_description,
long_description_content_type="text/markdown",
version="2022.4.19",
version="2022.4.21",
license="AGPLv3",
download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.4.19.tar.gz",
download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.4.21.tar.gz",
packages=find_packages(where=".", exclude=["tests", "resources"]),
python_requires=">=3.5",
entry_points={
Expand Down

0 comments on commit 815f650

Please sign in to comment.