From 12dff33a3acea6b8d3eaca49c997a1cf7b43920d Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Fri, 31 Jul 2020 16:49:25 -0500 Subject: [PATCH] Bump to 0.5.1 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 735b361..eefc487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Tilty" -version = "0.5.0" +version = "0.5.1" description = "A pluggable system to receive and transmit bluetooth events from the Tilt Hydrometer" authors = ["Marcus Young <3vilpenguin@gmail.com>"] license = "MIT" diff --git a/setup.py b/setup.py index f6deaa2..2866200 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", py_modules=['tilty', 'blescan'], - version='0.5.0', + version='0.5.1', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',