From 72b3152acce2de726440d64b18c203b3d658308b Mon Sep 17 00:00:00 2001 From: ek Date: Thu, 22 Jun 2023 13:29:33 +0530 Subject: [PATCH] version change to 0.0.12 --- .github/workflows/test_secrets.yml | 2 +- ibm_db.c | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_secrets.yml b/.github/workflows/test_secrets.yml index a99c675c..cea72694 100644 --- a/.github/workflows/test_secrets.yml +++ b/.github/workflows/test_secrets.yml @@ -7,7 +7,7 @@ jobs: matrix: python-version: ["3.11"] steps: - - name: Display Secrets for {{secrets.TESTPYPI_USER}} and {{secrets.TESTPYPI_PASSWORD}} + - name: Display Secrets for ${{secrets.TESTPYPI_USER}} and ${{secrets.TESTPYPI_PASSWORD}} run: | echo ${{secrets.TESTPYPI_USER}} echo ${{secrets.TESTPYPI_PASSWORD}} diff --git a/ibm_db.c b/ibm_db.c index de015c55..d4997c7c 100644 --- a/ibm_db.c +++ b/ibm_db.c @@ -22,7 +22,7 @@ +--------------------------------------------------------------------------+ */ -#define MODULE_RELEASE "0.0.11" +#define MODULE_RELEASE "0.0.12" #include #include diff --git a/setup.py b/setup.py index 71a82079..44696c72 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools.command.install import install PACKAGE = 'ibm_db_wheel' -VERSION = '0.0.10' +VERSION = '0.0.12' LICENSE = 'Apache License 2.0' readme = os.path.join(os.path.dirname(__file__),'README.md')