Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
Cosik authored Mar 12, 2020
1 parent 7275378 commit cc337fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
plugin_identifier = "navbartemp"
plugin_package = "octoprint_%s" % plugin_identifier
plugin_name = "OctoPrint-NavbarTemp"
plugin_version = "0.12"
plugin_version = "0.13"
plugin_description = "Displays temperatures on navbar"
plugin_author = "Jarek Szczepanski & Cosik"
plugin_author_email = "imrahil@imrahil.com"
Expand Down Expand Up @@ -64,4 +64,4 @@ def params():

return locals()

setuptools.setup(**params())
setuptools.setup(**params())

0 comments on commit cc337fe

Please sign in to comment.