diff --git a/README.md b/README.md index be32ce0..90811a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Invenio Remote User Data Service for Knowledge Commons Works -Version 0.5.2-beta1 +Version 0.5.4-beta0 * Beta release * diff --git a/VERSION b/VERSION index 9de6691..31956a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"0.5.2-beta1" \ No newline at end of file +"0.5.4-beta0" \ No newline at end of file diff --git a/invenio_remote_user_data_kcworks/__init__.py b/invenio_remote_user_data_kcworks/__init__.py index f41cf7f..64ae3ce 100644 --- a/invenio_remote_user_data_kcworks/__init__.py +++ b/invenio_remote_user_data_kcworks/__init__.py @@ -229,6 +229,6 @@ from __future__ import absolute_import, print_function from .ext import InvenioRemoteUserData -__version__ = "0.5.2-beta1" +__version__ = "0.5.4-beta0" __all__ = ("__version__", "InvenioRemoteUserData")