File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.7
2+ current_version = 0.3.0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11<h1 align =" center " > estela CLI </h1 >
22
33[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
4- [ ![ version] ( https://img.shields.io/badge/version-0.2.7 -blue )] ( https://github.com/bitmakerla/estela-cli )
4+ [ ![ version] ( https://img.shields.io/badge/version-0.3.0 -blue )] ( https://github.com/bitmakerla/estela-cli )
55[ ![ python-version] ( https://img.shields.io/badge/python-v3.10-orange )] ( https://www.python.org )
66
77
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $ estela --version
4141If the installation was successful, you should see the following output:
4242```
4343$ estela --version
44- estela, version 0.2.7
44+ estela, version 0.3.0
4545```
4646
4747## Next Steps
Original file line number Diff line number Diff line change 11__all__ = ["__version__" ]
22
3- __version__ = "0.2.7 "
3+ __version__ = "0.3.0 "
Original file line number Diff line number Diff line change 22
33setup (
44 name = "estela" ,
5- version = "0.2.7 " ,
5+ version = "0.3.0 " ,
66 description = "Estela Command Line Interface" ,
77 packages = find_packages (),
88 entry_points = {
You can’t perform that action at this time.
0 commit comments