Skip to content

Commit

Permalink
build version with PR #14
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath committed Aug 24, 2020
1 parent d0d7bb6 commit f2f7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Building
1. Install/Update build dependencies:
`pip install --upgrade pip setuptools wheel twine`
1. Increment the version number in setup.py
1. Clean the `dist/` directory
1. Create the package files:
`python setup.py sdist bdist_wheel`
1. Upload to test pypi repo:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Pyrebase4',
version='4.3.0',
version='4.4.0',
url='https://github.com/nhorvath/Pyrebase4',
description='A simple python wrapper for the Firebase API with current deps',
author='nhorvath',
Expand Down

0 comments on commit f2f7574

Please sign in to comment.