From 406f79acc7c4319fdf491f4c9d7f027b876ebe65 Mon Sep 17 00:00:00 2001 From: nhorvath Date: Thu, 1 Oct 2020 14:20:29 -0400 Subject: [PATCH] build version with PR #15 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6e2466..323ec72 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Pyrebase4', - version='4.4.0', + version='4.4.1', url='https://github.com/nhorvath/Pyrebase4', description='A simple python wrapper for the Firebase API with current deps', author='nhorvath',