Skip to content

Commit

Permalink
Bumping version to 0.2.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored Sep 29, 2022
1 parent 324a3c0 commit 2ac7ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):


package_name = "dbt-rpc"
package_version = "0.1.3b1"
package_version = "0.2.0"
description = """ A JSON RPC server that provides an interface to programmically interact with dbt projects. """


Expand All @@ -30,7 +30,7 @@ def read(fname):
},
install_requires=[
'json-rpc>=1.12,<2',
'dbt-core>=1'
'dbt-core>=1.3.0rc1'
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 2ac7ae7

Please sign in to comment.