Closed wiseaidev closed 3 years ago
…the library
For the maintainers on how to deploy: if you don't have it yet:
$ pip install --user bump2version $ bump2version patch # or minor or major
ex: version = '0.10.0' --> 'major.minor.patch' '$ bump2version patch' --> 0.10.1 '$ bump2version minor' --> 0.11.0 etc once bump it, push the tags as usual:
$ git push $ git push --tags
Signed-off-by: Harmouch101 mahmoudddharmouchhh@gmail.com
…the library
For the maintainers on how to deploy: if you don't have it yet:
ex: version = '0.10.0' --> 'major.minor.patch' '$ bump2version patch' --> 0.10.1 '$ bump2version minor' --> 0.11.0 etc once bump it, push the tags as usual:
Signed-off-by: Harmouch101 mahmoudddharmouchhh@gmail.com