From 2b531dbb86f18e7edaf0336baec65b0330c24176 Mon Sep 17 00:00:00 2001 From: Yoan Tournade Date: Wed, 26 Jun 2024 15:17:39 +0200 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f66bd46..2b00e7b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def package_files(directory): setup( name="tqwgp-parser", - version="0.6.2", + version="0.6.3", url="https://github.com/YtoTech/talk-quote-work-getpaid-parser", license="AGPL-3.0", author="Yoan Tournade", @@ -42,7 +42,7 @@ def package_files(directory): install_requires=[ "hy>=0.26.0", "toolz", - "hyrule", + # "hyrule", "pendulum", "toml", "pyyaml",