Skip to content

Commit

Permalink
Merge pull request #11 from oracle/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
aosingh authored May 26, 2022
2 parents a4511c3 + 3d78a8a commit 461f58c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ tests/oracle_1TLS.dbtspec
doc/.docenv
doc/build.gitbak
.gitbak/
.venvpy37
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-core==0.21.1; python_version < '3.7'
dbt-core==1.0.6; python_version >= '3.7'
dbt-core==1.0.7; python_version >= '3.7'
dataclasses; python_version < '3.7'
cx_Oracle==8.3.0

4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dbt-oracle
version = 1.0.1
version = 1.0.2
description = dbt (data build tool) adapter for the Oracle database
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -31,7 +31,7 @@ packages = find:
include_package_data = True
install_requires =
dbt-core==0.21.1; python_version < '3.7'
dbt-core==1.0.6; python_version >= '3.7'
dbt-core==1.0.7; python_version >= '3.7'
cx_Oracle==8.3.0
dataclasses; python_version < '3.7'
test_suite=tests
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

requirements = [
"dbt-core==0.21.1; python_version < '3.7'",
"dbt-core==1.0.6; python_version >= '3.7'",
"dbt-core==1.0.7; python_version >= '3.7'",
"cx_Oracle==8.3.0",
"dataclasses; python_version < '3.7'"
]
Expand All @@ -43,7 +43,7 @@

url = 'https://github.com/oracle/dbt-oracle'

VERSION='1.0.1'
VERSION='1.0.2'
setup(
author="Oracle",
python_requires='>=3.6',
Expand Down

0 comments on commit 461f58c

Please sign in to comment.