Skip to content

Commit 3d85334

Browse files
committed
- Version bump
1 parent 47ec2b3 commit 3d85334

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -705,12 +705,6 @@ We welcome feature requests! Please open an issue with:
705705

706706
---
707707

708-
## Changelog
709-
710-
See [CHANGELOG.md](CHANGELOG.md) for version history and release notes.
711-
712-
---
713-
714708
## License
715709

716710
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

json_explorer/codegen/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
register,
4949
)
5050

51-
# Version
52-
__version__ = "0.3.0"
53-
5451

5552
# ============================================================================
5653
# High-Level API Functions
@@ -187,8 +184,6 @@ def create_config(language: str = "go", **kwargs) -> GeneratorConfig:
187184

188185

189186
__all__ = [
190-
# Version
191-
"__version__",
192187
# High-level API
193188
"generate_from_analysis",
194189
"quick_generate",

pyproject.toml

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

55
[project]
66
name = "py-json-analyzer"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "A powerful CLI and Python library for analyzing, visualizing, exploring, and generating code from JSON data"
99
authors = [
1010
{ name="MS-32154", email="[email protected]" }

0 commit comments

Comments
 (0)