We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a737ab4 commit 7c0e5d4Copy full SHA for 7c0e5d4
setup.py
@@ -3,7 +3,7 @@
3
4
python -m venv .venv
5
".venv/Scripts/activate"
6
-pip install --upgrade pip
+python -m pip install --upgrade pip
7
pip install pdoc3
8
pip install build
9
pip install twine
@@ -23,7 +23,7 @@
23
24
setuptools.setup(
25
name = "rot2prog",
26
- version = "0.0.1",
+ version = "0.0.2",
27
author = "TJ Scherer",
28
author_email = "[email protected]",
29
description = "A python interface to the Alfa ROT2Prog Controller.",
0 commit comments