Bumped version to 0.0.2

0.0.1 was successfully published to PyPI to test the release workflow:
https://pypi.org/project/moonstream/0.0.1/
pull/266/head
Neeraj Kashyap 2021-09-20 16:57:21 -07:00
rodzic fe7247095b
commit 268401a3d9
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ logger.setLevel(log_level)
# Keep this synchronized with the version in setup.py
CLIENT_VERSION = "0.0.1"
CLIENT_VERSION = "0.0.2"
ENDPOINT_PING = "/ping"
ENDPOINT_VERSION = "/version"

Wyświetl plik

@ -6,7 +6,7 @@ with open("README.md") as ifp:
setup(
name="moonstream",
version="0.0.1",
version="0.0.2",
packages=find_packages(),
package_data={"moonstream": ["py.typed"]},
install_requires=["requests", "dataclasses; python_version=='3.6'"],