Skip to content

Commit

Permalink
version change to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Earammak committed Jun 22, 2023
1 parent 82b93c4 commit 72b3152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion ibm_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+--------------------------------------------------------------------------+
*/

#define MODULE_RELEASE "0.0.11"
#define MODULE_RELEASE "0.0.12"

#include <Python.h>
#include <datetime.h>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 72b3152

Please sign in to comment.