Skip to content

Commit

Permalink
0.1.0
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 4cef7b5 commit 110027d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Changelog

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

### Feature


- Add delete tools ([`c3d4add`](https://github.com/Bluetooth-Devices/convertertools/commit/c3d4add051fc02914443cc6e1cced2c8b3b2145c))


- Init ([`43ec5bd`](https://github.com/Bluetooth-Devices/convertertools/commit/43ec5bd6479aafd7b9225b9cce762ec3bbe3e7ce))


### Unknown



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

### Documentation


- Add @bluetooth-devices as a contributor ([`cca2f2c`](https://github.com/Bluetooth-Devices/convertertools/commit/cca2f2c7d16dd6d9a9120b91e12418830b89a28b))

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.0.0"
release = "0.1.0"

# 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.0.0"
version = "0.1.0"
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.0.0"
__version__ = "0.1.0"

from .impl import delete_dict_keys_set, delete_dict_keys_tuple

Expand Down

0 comments on commit 110027d

Please sign in to comment.