Skip to content

Commit f2f7574

Browse files
committed
build version with PR #14
1 parent d0d7bb6 commit f2f7574

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DEV.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Building
3737
1. Install/Update build dependencies:
3838
`pip install --upgrade pip setuptools wheel twine`
3939
1. Increment the version number in setup.py
40+
1. Clean the `dist/` directory
4041
1. Create the package files:
4142
`python setup.py sdist bdist_wheel`
4243
1. Upload to test pypi repo:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Pyrebase4',
5-
version='4.3.0',
5+
version='4.4.0',
66
url='https://github.com/nhorvath/Pyrebase4',
77
description='A simple python wrapper for the Firebase API with current deps',
88
author='nhorvath',

0 commit comments

Comments
 (0)