From 381cdeb8d49dc624659ac892193a5c8b31f0cc40 Mon Sep 17 00:00:00 2001 From: Arbaaz Laskar Date: Wed, 17 Jul 2024 00:33:26 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.1=20=E2=86=92=200.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .git-utils-bump.cfg | 2 +- fichub_cli/__init__.py | 2 +- setup.py | 2 +- tests/test_cli.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.git-utils-bump.cfg b/.git-utils-bump.cfg index 5664584..ac555f7 100644 --- a/.git-utils-bump.cfg +++ b/.git-utils-bump.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.10.2 commit = True tag = False diff --git a/fichub_cli/__init__.py b/fichub_cli/__init__.py index 1f4c4d4..17c1a62 100644 --- a/fichub_cli/__init__.py +++ b/fichub_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.10.2" diff --git a/setup.py b/setup.py index 389c399..d9b1c4a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description="A CLI for the fichub.net API", long_description=long_description, long_description_content_type="text/markdown", - version="0.10.1", + version="0.10.2", license='Apache License', url="https://github.com/FicHub/fichub-cli", packages=find_packages(include=['fichub_cli', 'fichub_cli.*']), diff --git a/tests/test_cli.py b/tests/test_cli.py index f7e05ca..412a1da 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -61,4 +61,4 @@ def test_cli_version(): assert not result.exception assert result.exit_code == 0 - assert result.output.strip() == 'fichub-cli: v0.10.1' + assert result.output.strip() == 'fichub-cli: v0.10.2'