We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1c735 commit edaa52dCopy full SHA for edaa52d
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.7.1 (2025-08-29)
2
+
3
+### Fix
4
5
+- added entry point for pysource-codegen
6
7
## v0.7.0 (2025-08-29)
8
9
### Feat
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pysource-codegen"
-version= "0.7.0"
+version= "0.7.1"
description = 'generate random python code to test linter/formatter/and other tools'
readme = "README.md"
10
requires-python = ">=3.8"
pysource_codegen/__init__.py
@@ -2,4 +2,4 @@
__all__ = ("generate",)
-__version__ = "0.7.0"
+__version__ = "0.7.1"
0 commit comments