Skip to content

Commit febf8e5

Browse files
update version
1 parent a448492 commit febf8e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="memphis-py",
1010
packages=["memphis"],
11-
version="1.0.0",
11+
version="1.0.1",
1212
license="Apache-2.0",
1313
description="A powerful messaging platform for modern developers",
1414
long_description=long_description,
@@ -17,7 +17,7 @@
1717
author="Memphis.dev",
1818
author_email="team@memphis.dev",
1919
url="https://github.com/memphisdev/memphis.py",
20-
download_url="https://github.com/memphisdev/memphis.py/archive/refs/tags/1.0.0.tar.gz",
20+
download_url="https://github.com/memphisdev/memphis.py/archive/refs/tags/1.0.1.tar.gz",
2121
keywords=["message broker", "devtool", "streaming", "data"],
2222
install_requires=["asyncio", "nats-py", "protobuf", "jsonschema", "graphql-core"],
2323
classifiers=[

version-beta.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.5
1+
1.0.2

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)