Skip to content

Commit f7b61c4

Browse files
author
semantic-release
committed
0.0.1
Automatically generated by python-semantic-release
1 parent 95575cc commit f7b61c4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Changelog
2+
3+
## v0.0.1 (2025-02-17)
4+
5+
### Bug fixes
6+
7+
- Reserve name on pypi (#1) ([`95575cc`](https://github.com/esphome/esphome-glyphsets/commit/95575cc72f83c5b7feecc5086ca48bb73bb1f67c))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "esphome-glyphsets"
7-
version = "0.0.0"
7+
version = "0.0.1"
88
description = "A lightweight version of glyphsets for ESPHome"
99
readme = "README.md"
1010
license = { text = "Apache Software License 2.0" }

src/esphome_glyphsets/__init__.py

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

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)