Skip to content

Commit 7c0e5d4

Browse files
increased version number in setup.py
1 parent a737ab4 commit 7c0e5d4

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
@@ -3,7 +3,7 @@
33
44
python -m venv .venv
55
".venv/Scripts/activate"
6-
pip install --upgrade pip
6+
python -m pip install --upgrade pip
77
pip install pdoc3
88
pip install build
99
pip install twine
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name = "rot2prog",
26-
version = "0.0.1",
26+
version = "0.0.2",
2727
author = "TJ Scherer",
2828
author_email = "tjtractorboy@gmail.com",
2929
description = "A python interface to the Alfa ROT2Prog Controller.",

0 commit comments

Comments
 (0)