Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i've added a bump config file to automate the bumping version across … #220

Closed
wants to merge 1 commit into from
Closed

Conversation

wiseaidev
Copy link

…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

Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
@wiseaidev wiseaidev closed this Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant