Skip to content

Commit

Permalink
Bump versions (#143)
Browse files Browse the repository at this point in the history
* Bump cylc-flow version.

* Bump metomi-rose version.

* Bump package version.
  • Loading branch information
hjoliver authored May 27, 2022
1 parent 2ae6287 commit bc5f8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cylc/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@
"""

__version__ = '1.0.3'
__version__ = '1.0.4.dev'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ packages = find_namespace:
python_requires = >=3.7
include_package_data = True
install_requires =
metomi-rose==2.0rc3.* # the .* permits dev versions
cylc-flow==8.0rc3.* # the .* permits dev versions
metomi-rose==2.0rc4.* # the .* permits dev versions
cylc-flow==8.0rc4.* # the .* permits dev versions
metomi-isodatetime
jinja2

Expand Down

0 comments on commit bc5f8bc

Please sign in to comment.