Skip to content

Commit d8bd149

Browse files
committed
Release 0.5.0
1 parent dd09318 commit d8bd149

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GRID_LRT/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
import socket
55

66
__all__ = ["storage", 'auth', "application", "Staging", 'sandbox', 'Token']
7-
__version__ = "0.5.0rc3"
7+
__version__ = "0.5.0"
88
__author__ = "Alexandar P. Mechev"
99
__copyright__ = "2018 Alexandar P. Mechev"
1010
__credits__ = ["Alexandar P. Mechev", "Natalie Danezi", "J.B.R. Oonk"]
1111
__bibtex__ = """@misc{apmechev:2018,
1212
author = {Alexandar P. Mechev}
13-
title = {apmechev/GRID_LRT: v0.4.0},
14-
month = aug,
13+
title = {apmechev/GRID_LRT: v0.5.0},
14+
month = sep,
1515
year = 2018,
1616
doi = {10.5281/zenodo.1341127},
1717
url = {https://doi.org/10.5281/zenodo.1341127}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
author='Alexandar Mechev',
4141
author_email='[email protected]',
4242
url='https://www.github.com/apmechev/GRID_LRT/',
43-
download_url='https://github.com/apmechev/GRID_LRT/archive/v0.2.0.tar.gz',
43+
download_url='https://github.com/apmechev/GRID_LRT/archive/v0.5.0.tar.gz',
4444
keywords=['surfsara', 'distributed-computing', 'LOFAR'],
4545
classifiers=['Development Status :: 5 - Production/Stable',
4646
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)