Skip to content

Commit

Permalink
Merge pull request #93 from cylc/prepare-0.3.0
Browse files Browse the repository at this point in the history
Prepare release: 0.3.0
  • Loading branch information
oliver-sanders authored Nov 11, 2021
2 parents b538879 + 0c2d330 commit c9eef34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cylc/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@
"""

__version__ = '0.2'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


INSTALL_REQUIRES = [
'metomi-rose==2.0b2',
'metomi-rose==2.0b3',
'cylc-flow==8.0b3.*', # the .* permits dev versions
]
EXTRAS_REQUIRE = {
Expand Down

0 comments on commit c9eef34

Please sign in to comment.