Skip to content

Commit 190dc2b

Browse files
author
sadnub
authored
update version
1 parent 711c4e1 commit 190dc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='meshctrl',
8-
version='0.1.9',
8+
version='0.1.11',
99
description='Python port of MeshCentral\'s Meshctrl.js program',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -24,4 +24,4 @@
2424
package_dir={"": "src"},
2525
packages=setuptools.find_packages(where="src"),
2626
python_requires=">=3.6",
27-
)
27+
)

0 commit comments

Comments
 (0)