Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 27, 2024
1 parent 9a3c126 commit 940c908
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.2.1 (2024-06-27)

### Unknown



### Fix


- Wheel builds ([`11dc333`](https://github.com/Bluetooth-Devices/convertertools/commit/11dc333b4e0bbedb9fa9feebe602a8e00f4ace3b))


## v0.2.0 (2024-06-27)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "convertertools"
copyright = "2024, J. Nick Koston"
author = "J. Nick Koston"
release = "0.2.0"
release = "0.2.1"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "convertertools"
version = "0.2.0"
version = "0.2.1"
description = "Tools for converting python data types"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/convertertools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from .impl import del_dict_set, del_dict_tuple

Expand Down

0 comments on commit 940c908

Please sign in to comment.