kopia lustrzana https://github.com/bugout-dev/moonstream
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
rodzic
fe7247095b
commit
268401a3d9
|
@ -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"
|
||||
|
|
|
@ -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'"],
|
||||
|
|
Ładowanie…
Reference in New Issue