diff --git a/GRID_LRT/__init__.py b/GRID_LRT/__init__.py index e3e40524..4e1a4c71 100644 --- a/GRID_LRT/__init__.py +++ b/GRID_LRT/__init__.py @@ -4,14 +4,14 @@ import socket __all__ = ["storage", 'auth', "application", "Staging", 'sandbox', 'Token'] -__version__ = "0.5.0rc3" +__version__ = "0.5.0" __author__ = "Alexandar P. Mechev" __copyright__ = "2018 Alexandar P. Mechev" __credits__ = ["Alexandar P. Mechev", "Natalie Danezi", "J.B.R. Oonk"] __bibtex__ = """@misc{apmechev:2018, author = {Alexandar P. Mechev} - title = {apmechev/GRID_LRT: v0.4.0}, - month = aug, + title = {apmechev/GRID_LRT: v0.5.0}, + month = sep, year = 2018, doi = {10.5281/zenodo.1341127}, url = {https://doi.org/10.5281/zenodo.1341127} diff --git a/setup.py b/setup.py index a20166b7..111d6736 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ author='Alexandar Mechev', author_email='LOFAR@apmechev.com', url='https://www.github.com/apmechev/GRID_LRT/', - download_url='https://github.com/apmechev/GRID_LRT/archive/v0.2.0.tar.gz', + download_url='https://github.com/apmechev/GRID_LRT/archive/v0.5.0.tar.gz', keywords=['surfsara', 'distributed-computing', 'LOFAR'], classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',