diff --git a/CHANGES.rst b/CHANGES.rst index f709aaf..bb621ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -Version 0.1.0 (2020-MM-DD) +Version 0.0.1 (2020-09-09) -------------------------- - Initial public release. diff --git a/cernopendata_client/version.py b/cernopendata_client/version.py index 4d5cec9..9592539 100644 --- a/cernopendata_client/version.py +++ b/cernopendata_client/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # This file is part of cernopendata-client. # -# Copyright (C) 2019 CERN. +# Copyright (C) 2019, 2020 CERN. # # cernopendata-client is free software; you can redistribute it and/or modify # it under the terms of the GPLv3 license; see LICENSE file for more details. @@ -13,4 +13,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.0.1.dev20190814" +__version__ = "0.0.1"