Skip to content

Commit 19782fd

Browse files
author
github-actions
committed
0.0.1
Automatically generated by python-semantic-release
1 parent c979f69 commit 19782fd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

3+
## v0.0.1 (2023-12-16)
4+
5+
### Fix
6+
7+
- Reserve name on pypi (#1) ([`c979f69`](https://github.com/bdraco/cached-ipaddress/commit/c979f69f82763d4231ea9662d320ef552f35c601))
8+
39
## v0.0.0 (2023-12-16)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cached-ipaddress"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "Cache construction of ipaddress objects"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/cached_ipaddress/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)