Skip to content

Commit 56b5efa

Browse files
version update
1 parent a40d136 commit 56b5efa

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

memphis/memphis.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Credit for The NATS.IO Authors
2+
# Copyright 2021-2022 The Memphis Authors
3+
# Licensed under the Apache License, Version 2.0 (the “License”);
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http:#www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an “AS IS” BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
from __future__ import annotations
15+
116
import asyncio
217
import json
318
import random
@@ -17,20 +32,6 @@
1732
from graphql import validate as validate_graphql
1833
from jsonschema import validate
1934

20-
# Credit for The NATS.IO Authors
21-
# Copyright 2021-2022 The Memphis Authors
22-
# Licensed under the Apache License, Version 2.0 (the “License”);
23-
# you may not use this file except in compliance with the License.
24-
# You may obtain a copy of the License at
25-
#
26-
# http:#www.apache.org/licenses/LICENSE-2.0
27-
#
28-
# Unless required by applicable law or agreed to in writing, software
29-
# distributed under the License is distributed on an “AS IS” BASIS,
30-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31-
# See the License for the specific language governing permissions and
32-
# limitations under the License.
33-
3435

3536
schemaVFailAlertType = "schema_validation_fail_alert"
3637

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.3.1",
11+
version="0.3.2",
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.3.1.tar.gz",
20+
download_url="https://github.com/memphisdev/memphis.py/archive/refs/tags/v0.3.2.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.3.1
1+
0.3.2

0 commit comments

Comments
 (0)