Skip to content

Commit da2c8e5

Browse files
committed
version bump
1 parent c6374d7 commit da2c8e5

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

json_explorer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.3"

json_explorer/main.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#!/usr/bin/env python3
22

3+
"""
4+
main.py
5+
6+
Entry point for the JSON Explorer CLI tool.
7+
8+
Author: MS-32154
9+
10+
Version: 0.1.3
11+
License: MIT
12+
Date: 2025-07-03
13+
"""
14+
315
import argparse
416
import sys
517

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.1.2"
7+
version = "0.1.3"
88
description = "Analyze, visualize, and explore JSON data from files or URLs"
99
authors = [
1010
{ name="MS-32154", email="[email protected]" }

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = py-json-analyzer
3-
version = 0.1.2
3+
version = 0.1.3
44
description = Analyze, visualize, and explore JSON data
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)