Skip to content

Commit 67875eb

Browse files
version update
1 parent 8a79dc6 commit 67875eb

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
@@ -7,7 +7,7 @@
77
setup(
88
name='memphis-py',
99
packages=['memphis'],
10-
version='0.2.6',
10+
version='0.2.7',
1111
license='Apache-2.0',
1212
description='A powerful messaging platform for modern developers',
1313
long_description=long_description,
@@ -16,7 +16,7 @@
1616
author='Memphis.dev',
1717
author_email='team@memphis.dev',
1818
url='https://github.com/memphisdev/memphis.py',
19-
download_url='https://github.com/memphisdev/memphis.py/archive/refs/tags/v0.2.6.tar.gz',
19+
download_url='https://github.com/memphisdev/memphis.py/archive/refs/tags/v0.2.7.tar.gz',
2020
keywords=['message broker', 'devtool', 'streaming', 'data'],
2121
install_requires=[
2222
'asyncio',

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.6
1+
0.2.7

0 commit comments

Comments
 (0)