From 9e04fca9803487e14510857d61bcd706ab8097d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Wed, 26 Jan 2022 23:46:57 +0000 Subject: [PATCH] Fix some typos --- README.rst | 2 +- clipboard_watcher/__init__.py | 2 +- tests/test_clipboard_watcher.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"