Fix some typos

This commit is contained in:
Gonçalo Valério 2022-01-26 23:46:57 +00:00
parent 5530c8c213
commit 9e04fca980
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
3 changed files with 3 additions and 3 deletions

View File

@ -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 <http://www.python.org/>`_ in order to be
able to execute the following commands:

View File

@ -1 +1 @@
__version__ = '0.1.0'
__version__ = "0.0.1"

View File

@ -2,4 +2,4 @@ from clipboard_watcher import __version__
def test_version():
assert __version__ == '0.1.0'
assert __version__ == "0.0.1"