瀏覽代碼

Update version number

Whoops!  The version that was pushed to PyPI is correct, but I forgot to
commit the change.
Clara Hobbs 6 年之前
父節點
當前提交
2c1586dbb0
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2
    1
      README.rst
  2. 1
    1
      setup.py

+ 2
- 1
README.rst 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存