Skip to content

Commit

Permalink
Bump API version to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Aug 1, 2024
1 parent 968536e commit ee5e10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-
"""Yoda core ruleset containing iRODS and Python rules and policies useful for all Yoda environments."""

__version__ = '1.9.0'
__version__ = '1.10.0'
__copyright__ = 'Copyright (c) 2015-2024, Utrecht University'
__license__ = 'GPLv3, see LICENSE'

__author__ = ('Felix Croes'
+ ', Roy van Elk'
+ ', Paul Frederiks'
+ ', Dylan Fu'
+ ', Rick van de Hoef'
+ ', Sirjan Kaur'
+ ', Jan de Mooij'
Expand All @@ -17,6 +18,7 @@
+ ', Chris Smeele'
+ ', Ton Smeele'
+ ', Sietse Snel'
+ ', Leonidas Triantafyllou'
+ ', Lazlo Westerhof'
+ ', Jelmer Zondergeld')
# (in alphabetical order)
Expand Down

0 comments on commit ee5e10c

Please sign in to comment.