diff --git a/README.rst b/README.rst index 90973f3..5d1c297 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ To build and run this demo app, you will need to have the following libraries on your system: * ``libdbus-1-dev`` -* ```libglib2.0-dev``` +* ``libglib2.0-dev`` You will also need to have `Poetry `_ in order to be able to execute the following commands: diff --git a/clipboard_watcher/__init__.py b/clipboard_watcher/__init__.py index b794fd4..f102a9c 100644 --- a/clipboard_watcher/__init__.py +++ b/clipboard_watcher/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = "0.0.1" diff --git a/tests/test_clipboard_watcher.py b/tests/test_clipboard_watcher.py index 8232249..e392b1a 100644 --- a/tests/test_clipboard_watcher.py +++ b/tests/test_clipboard_watcher.py @@ -2,4 +2,4 @@ from clipboard_watcher import __version__ def test_version(): - assert __version__ == '0.1.0' + assert __version__ == "0.0.1"