Skip to content

Commit e5b99dc

Browse files
committed
version bump
1 parent cac30f0 commit e5b99dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
plugin_name = "OctoPrint-Gcode_ripper"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "0.1.3"
17+
plugin_version = "0.1.4"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module
21-
plugin_description = """TODO"""
21+
plugin_description = "Modify Gcode coordinates using G-Code ripper."
2222

2323
# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
2424
plugin_author = "PP"
2525

2626
# The plugin's author's mail address.
27-
plugin_author_email = "shocksofmighty@gmail.com"
27+
plugin_author_email = "transpirationturning@gmail.com"
2828

2929
# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
3030
plugin_url = "https://github.com/paukstelis/OctoPrint-Gcode_ripper"

0 commit comments

Comments
 (0)