Skip to content

Commit

Permalink
New Version 1.6.2
Browse files Browse the repository at this point in the history
- #7 Added Postgres-Database driver
  • Loading branch information
OllisGit committed Oct 8, 2020
1 parent b8fa048 commit 5c754fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
plugin_identifier = "filamentmanager"
plugin_package = "octoprint_filamentmanager"
plugin_name = "OctoPrint-FilamentManager"
plugin_version = "1.6.1"
plugin_version = "1.6.2"
plugin_description = "Manage your spools and keep track of remaining filament on them"
plugin_author = "Sven Lohrmann, Olli"
plugin_author_email = "[email protected], [email protected]"
plugin_url = "https://github.com/OllisGit/OctoPrint-FilamentManager"
plugin_license = "AGPLv3"
plugin_requires = ["backports.csv>=1.0.5,<1.1",
"uritools>=2.1,<2.2",
"SQLAlchemy>=1.1.15,<1.2"]
"SQLAlchemy>=1.1.15,<1.2",
"psycopg2-binary"]
plugin_additional_data = []
plugin_additional_packages = []
plugin_ignored_packages = []
Expand Down

0 comments on commit 5c754fc

Please sign in to comment.