Metadata-Version: 2.1
Name: bump2release
Version: 0.2.0
Summary: Extension of Bump2version to push release tag to git remote
Home-page: https://github.com/katzy687/bump2release
Author: Natti Katz
Author-email: katzy687@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python/)
[![Lint and Test](https://github.com/katzy687/bump2release/actions/workflows/lint-test.yml/badge.svg)](https://github.com/katzy687/bump2release/actions/workflows/lint-test.yml)
[![PyPI version](https://badge.fury.io/py/bump2release.svg)](https://badge.fury.io/py/bump2release)

# bump2release

A CLI utility extension of bump2version that will push release tag to git remote in same flow.

### Installation

```
pip install bump2release
```

### Basic Usage

simple code sample

```python
print("hello world")
```

### License

Free Software: MIT License
