From c9003c5143d32d2a446891691234e4d9ccf008d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Mari=C4=87?= Date: Sun, 14 Mar 2021 14:10:09 -0700 Subject: [PATCH] Prepare for version 2.0.1 (#23) --- capgains/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capgains/__init__.py b/capgains/__init__.py index afced14..3f39079 100644 --- a/capgains/__init__.py +++ b/capgains/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0' +__version__ = '2.0.1' diff --git a/pyproject.toml b/pyproject.toml index 16dd596..e511485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Store the file as 'cad-capgains' on PyPi, but have the CLI command be named # 'capgains' name = "cad-capgains" -version = "2.0.0" +version = "2.0.1" description = "A CLI tool to calculate your capital gains" license = "MIT" readme = "README.md"