Browse Source

Update version number

Whoops!  The version that was pushed to PyPI is correct, but I forgot to
commit the change.
Clara Hobbs 6 years ago
parent
commit
2c1586dbb0
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      README.rst
  2. 1
    1
      setup.py

+ 2
- 1
README.rst View File

@@ -69,4 +69,5 @@ To run the unit tests, run::
69 69
 This will test the Sink class only if a PD Buddy Sink is plugged in and in
70 70
 setup mode, so make sure that's the case if you're testing any changes to the
71 71
 Sink class.  Also, make sure the Status LED is blinking quickly when the tests
72
-are run, since that's the only real way to test the ``identify`` command.
72
+are run, since that's the only real way to test the ``identify`` command.  Be
73
+aware that the Sink's configuration will get clobbered by the tests.

+ 1
- 1
setup.py View File

@@ -5,7 +5,7 @@ with open("README.rst") as file:
5 5
 
6 6
 setup(
7 7
     name = "pd-buddy-python",
8
-    version = "0.1.0",
8
+    version = "0.2.0",
9 9
     author = "Clayton G. Hobbs",
10 10
     author_email = "clay@lakeserv.net",
11 11
     description = ("Python library for configuring PD Buddy Sink devices"),

Loading…
Cancel
Save