We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c979f69 commit 19782fdCopy full SHA for 19782fd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
# Changelog
2
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
9
## v0.0.0 (2023-12-16)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cached-ipaddress"
-version = "0.0.0"
+version = "0.0.1"
description = "Cache construction of ipaddress objects"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
src/cached_ipaddress/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.0"
+__version__ = "0.0.1"
0 commit comments