Skip to content

Commit 63f44c1

Browse files
authored
Upgrade to v0.1.5
2 parents 8a4b14c + f2b11c6 commit 63f44c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

feClient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"
22
__doc__ = """
33
Python client for Fusion Explorer API v{}
44
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-fsrpcclient~=0.3.0
1+
python-fsrpcclient~=0.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name = "python-feclient",
12-
version = "0.1.4",
12+
version = "0.1.5",
1313
description = "Client for Fusion Explorer",
1414
keywords = "explorer client fusion solutions fusionsolutions fusionexplorer",
1515
author = "Andor `iFA` Rajci - Fusions Solutions KFT",
@@ -22,7 +22,7 @@
2222
zip_safe = False,
2323
scripts = ["feClient/fexplorer-cli"],
2424
python_requires = ">=3.8.0",
25-
install_requires = ["python-fsrpcclient~=0.3.0"],
25+
install_requires = ["python-fsrpcclient~=0.4.0"],
2626
test_suite = "feClient.test",
2727
package_data = { "":["py.typed"] },
2828
classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)