Metadata-Version: 2.4
Name: xh-py-project-versioning
Version: 0.1.0
Summary: A library for increate version number and check version mismatch
Project-URL: Homepage, https://github.com/xh-dev/xh-py-project-versioning
Project-URL: Issue, https://github.com/xh-dev/xh-py-project-versioning
Author-email: xethhung <admin@xethh.me>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: gitpython>=3.1.31
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

A dictionary utility of self dev py library

## Build
```shell
rm -fr dist
python -m build
# automate by following `-u {user} -p {token / password}`
# api automate by following `-u __token__ -p {token / password}`
python -m twine upload dist/*
```


```shell
PYTHONPATH=src python src/xh_py_project_versioning/__main__.py --project-file pyproject.toml --major -d
```
