Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Dziekoński <[email protected]>
  • Loading branch information
mdziekon committed May 1, 2024
1 parent 1625402 commit ef9de75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_Spoolman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .SpoolmanPlugin import SpoolmanPlugin

__plugin_name__ = "Spoolman"
__plugin_version__ = "1.1.0rc1"
__plugin_version__ = "1.1.0"
__plugin_description__ = "Plugin integrating OctoPrint with Spoolman, a universal filament spools inventory manager."
__plugin_pythoncompat__ = ">=3.7,<4"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "octoprint-spoolman"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.1.0rc1"
plugin_version = "1.1.0"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit ef9de75

Please sign in to comment.