Skip to content

Commit 1b54780

Browse files
version update
1 parent 5477266 commit 1b54780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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="0.2.9",
11+
version="0.3.0",
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/v0.2.9.tar.gz",
20+
download_url="https://github.com/memphisdev/memphis.py/archive/refs/tags/v0.3.0.tar.gz",
2121
keywords=["message broker", "devtool", "streaming", "data"],
2222
install_requires=["asyncio", "nats-py", "protobuf", "jsonschema", "graphql-core"],
2323
classifiers=[

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.9
1+
0.3.0

0 commit comments

Comments
 (0)