Skip to content

Commit

Permalink
bump min version to work with new future release
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jul 22, 2022
1 parent 433068c commit e04d40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renku/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
except ImportError:
from importlib_metadata import distribution # type: ignore

__version__ = "1.6.0"
__version__ = "1.7.0"
__template_version__ = "0.3.1"
__minimum_project_version__ = "1.6.0"
__minimum_project_version__ = "1.7.0"


def is_release():
Expand Down

0 comments on commit e04d40f

Please sign in to comment.