Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub authored Feb 25, 2022
1 parent 711c4e1 commit 190dc2b
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 @@ -5,7 +5,7 @@

setuptools.setup(
name='meshctrl',
version='0.1.9',
version='0.1.11',
description='Python port of MeshCentral\'s Meshctrl.js program',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -24,4 +24,4 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
)
)

0 comments on commit 190dc2b

Please sign in to comment.