소스 검색

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…
취소
저장