From 82085589f28ce77c90de35163f1f7be50c85cca4 Mon Sep 17 00:00:00 2001 From: harishmohanraj Date: Wed, 11 Oct 2023 10:03:06 +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 429614a..5194f08 100644 --- a/faststream_gen/__init__.py +++ b/faststream_gen/__init__.py @@ -1 +1 @@ -__version__ = "0.1.7rc1" \ No newline at end of file +__version__ = "0.1.7rc2" \ No newline at end of file diff --git a/settings.ini b/settings.ini index 7b5404d..4799625 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = faststream-gen lib_name = %(repo)s -version = 0.1.7rc1 +version = 0.1.7rc2 min_python = 3.8 license = apache2 black_formatting = False