Quellcode durchsuchen

Update version number

Whoops!  The version that was pushed to PyPI is correct, but I forgot to
commit the change.
Clara Hobbs vor 6 Jahren
Ursprung
Commit
2c1586dbb0
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 2
    1
      README.rst
  2. 1
    1
      setup.py

+ 2
- 1
README.rst Datei anzeigen

@@ -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 Datei anzeigen

@@ -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"),

Laden…
Abbrechen
Speichern