Skip to content

Commit 388de2c

Browse files
authored
Bump version to 0.4.0
1 parent febbb52 commit 388de2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read_readme():
77

88
setup(
99
name="edgex-python-sdk",
10-
version="0.3.0",
10+
version="0.4.0",
1111
description="A Python SDK for interacting with the EdgeX Exchange API",
1212
long_description=read_readme(),
1313
long_description_content_type="text/markdown",
@@ -54,4 +54,4 @@ def read_readme():
5454
python_requires=">=3.7",
5555
keywords="edgex exchange trading api sdk cryptocurrency",
5656
include_package_data=True,
57-
)
57+
)

0 commit comments

Comments
 (0)