Skip to content

Commit 1173db1

Browse files
authored
chore(main): release 0.4.1 (#12)
1 parent 71bb2ab commit 1173db1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/tnunamak/rstring/compare/v0.4.0...v0.4.1) (2025-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* broken pypi publish ([#11](https://github.com/tnunamak/rstring/issues/11)) ([71bb2ab](https://github.com/tnunamak/rstring/commit/71bb2ab72ad4a44c335f16bac6702b6f03f6e41c))
9+
310
## [0.4.0](https://github.com/tnunamak/rstring/compare/v0.3.0...v0.4.0) (2025-06-12)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="rstring",
8-
version="0.4.0",
8+
version="0.4.1",
99
author="Tim Nunamaker",
1010
author_email="tim.nunamaker@gmail.com",
1111
description="A tool to stringify code using rsync filtering",

0 commit comments

Comments
 (0)