diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56afa409..0a05f4ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.6.9 +current_version = 0.6.10 [bumpversion:file:setup.cfg] search = version = {current_version} diff --git a/README.dev.md b/README.dev.md index cee5f0d6..f56a2836 100644 --- a/README.dev.md +++ b/README.dev.md @@ -12,7 +12,7 @@ -# DaLI for RP2 v0.6.9 Developer Guide +# DaLI for RP2 v0.6.10 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 faab3bf8..f50ed500 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ -# DaLI for RP2 v0.6.9 +# DaLI for RP2 v0.6.10 Privacy-focused, free, extensible data loader for RP2 (the crypto tax calculator) diff --git a/setup.cfg b/setup.cfg index e6196b54..eec24a06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dali-rp2 -version = 0.6.9 +version = 0.6.10 description = Data loader and input generator for RP2 (https://pypi.org/project/rp2/), the privacy-focused, free, non-commercial, open-source, community-driven 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 da6b59d7..11909d15 100644 --- a/src/dali/dali_main.py +++ b/src/dali/dali_main.py @@ -54,7 +54,7 @@ from dali.transaction_manifest import TransactionManifest from dali.transaction_resolver import resolve_transactions -_VERSION: str = "0.6.9" +_VERSION: str = "0.6.10" class _InputPluginHelperArgs(NamedTuple):