Skip to content

Commit

Permalink
Merge pull request #39 from delta-mpc/lr
Browse files Browse the repository at this point in the history
update version to 0.6.0
  • Loading branch information
mh739025250 committed Jul 15, 2022
2 parents 9b82170 + f141d10 commit 8984cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiosqlite==0.17.0
async_lru==1.0.2
cryptography==3.4.7
delta-task==0.6.0rc1
delta-task==0.6.0
fastapi==0.70.1
grpclib==0.4.2
httpx==0.23.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):

setup(
name="delta_node",
version="0.6.0rc2",
version="0.6.0",
packages=find_packages(),
package_data={"delta_node": ["dataset/examples/*.csv"]},
include_package_data=True,
Expand All @@ -39,7 +39,7 @@ def run_tests(self):
"aiosqlite==0.17.0",
"async_lru==1.0.2",
"cryptography==3.4.7",
"delta-task==0.6.0rc1",
"delta-task==0.6.0",
"fastapi==0.70.1",
"grpclib==0.4.2",
"httpx==0.23.0",
Expand Down

0 comments on commit 8984cc3

Please sign in to comment.