Skip to content

Commit edaa52d

Browse files
committed
bump: version 0.7.0 → 0.7.1
1 parent 1c1c735 commit edaa52d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.7.1 (2025-08-29)
2+
3+
### Fix
4+
5+
- added entry point for pysource-codegen
6+
17
## v0.7.0 (2025-08-29)
28

39
### Feat

pyproject.toml

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

55
[project]
66
name = "pysource-codegen"
7-
version= "0.7.0"
7+
version= "0.7.1"
88
description = 'generate random python code to test linter/formatter/and other tools'
99
readme = "README.md"
1010
requires-python = ">=3.8"

pysource_codegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ("generate",)
44

5-
__version__ = "0.7.0"
5+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)