Skip to content

Commit

Permalink
update the cookiecutter ocean version
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Jul 18, 2023
1 parent 32226b2 commit ace1d7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] }
port_ocean = { version = "^0.1.0", extras = ["cli"] }

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down Expand Up @@ -67,4 +67,4 @@ exclude = '''
|\.venv
|Dockerfile
)/
'''
'''

0 comments on commit ace1d7d

Please sign in to comment.