From b3ad6d96f7c08b591aeeb553c828824e6713665d Mon Sep 17 00:00:00 2001 From: harishmohanraj Date: Wed, 11 Oct 2023 00:59:05 +0000 Subject: [PATCH] Update version --- faststream_gen/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faststream_gen/__init__.py b/faststream_gen/__init__.py index 5c796c0..429614a 100644 --- a/faststream_gen/__init__.py +++ b/faststream_gen/__init__.py @@ -1 +1 @@ -__version__ = "0.1.7rc0" \ No newline at end of file +__version__ = "0.1.7rc1" \ No newline at end of file diff --git a/settings.ini b/settings.ini index 9143a10..7b5404d 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = faststream-gen lib_name = %(repo)s -version = 0.1.7rc0 +version = 0.1.7rc1 min_python = 3.8 license = apache2 black_formatting = False