From 54fd83a78b8e002da9fb30584618d66a7cb8030b Mon Sep 17 00:00:00 2001 From: eprbell <77937475+eprbell@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:23:24 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.dev.md | 2 +- README.md | 2 +- setup.cfg | 2 +- src/dali/dali_main.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 640a0aae..7e344b0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.6.2 +current_version = 0.6.3 [bumpversion:file:setup.cfg] search = version = {current_version} diff --git a/README.dev.md b/README.dev.md index 60062164..db642e92 100644 --- a/README.dev.md +++ b/README.dev.md @@ -12,7 +12,7 @@ -# DaLI for RP2 v0.6.2 Developer Guide +# DaLI for RP2 v0.6.3 Developer Guide [![Static Analysis / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/dali-rp2/actions/workflows/static_analysis.yml) [![Documentation Check / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/documentation_check.yml/badge.svg)](https://github.com/eprbell/dali-rp2/actions/workflows/documentation_check.yml) [![Unix Unit Tests / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/unix_unit_tests.yml/badge.svg)](https://github.com/eprbell/dali-rp2/actions/workflows/unix_unit_tests.yml) diff --git a/README.md b/README.md index 20b5d502..80fd4f99 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ -# DaLI for RP2 v0.6.2 +# DaLI for RP2 v0.6.3 Privacy-focused, free, extensible data loader for RP2 (the crypto tax calculator) diff --git a/setup.cfg b/setup.cfg index dac26234..a56bb9cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dali-rp2 -version = 0.6.2 +version = 0.6.3 description = Data loader and input generator for RP2 (https://pypi.org/project/rp2/), the privacy-focused, free, non-commercial, open-source cryptocurrency tax calculator: DaLI removes the need to manually prepare RP2 input files. Just like RP2, DaLI is also free, open-source and it prioritizes user privacy. long_description_content_type = text/markdown long_description = file: README.md, CHANGELOG.md diff --git a/src/dali/dali_main.py b/src/dali/dali_main.py index cd7d382e..e5728755 100644 --- a/src/dali/dali_main.py +++ b/src/dali/dali_main.py @@ -53,7 +53,7 @@ ) from dali.transaction_resolver import resolve_transactions -_VERSION: str = "0.6.2" +_VERSION: str = "0.6.3" class _InputPluginHelperArgs(NamedTuple):