Skip to content

Commit ea6bd07

Browse files
committed
update version
1 parent 3c20e3a commit ea6bd07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ All notable changes to the `numt` project will be documented in this file.
1717

1818
---
1919

20+
## [v0.1.1] - *2025-05-31*
21+
22+
### 🚀 Features and Enhancements
23+
- add tests, docs, license, workflows
24+
2025
## [v0.1.0] - *2025-05-31*
2126

2227
### 🚀 Features and Enhancements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "numt"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A light-weight utility library for formatting numbers, currencies, dates, units, and more."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)