Skip to content

Commit c87d64c

Browse files
committed
bump to 0.0.9x
1 parent 8f35ac5 commit c87d64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(name='AGLOW',
88
packages=['AGLOW','AGLOW/airflow','AGLOW/airflow/dags','AGLOW/airflow/operators','AGLOW/airflow/sensors','AGLOW/airflow/utils'], #'GRID_LRT', 'GRID_LRT/Staging', 'GRID_LRT/Application', 'GRID_LRT/couchdb'],
9-
version='0.0.9',
9+
version='0.0.9x',
1010
setup_requires=[
1111
'apache-airflow',
1212
'grid-lrt'
@@ -22,7 +22,7 @@
2222
author='Alexandar Mechev',
2323
author_email='[email protected]',
2424
url='https://www.github.com/apmechev/AGLOW/',
25-
download_url = 'https://github.com/apmechev/AGLOW/archive/v0.0.9.tar.gz',
25+
download_url = 'https://github.com/apmechev/AGLOW/archive/v0.0.9x.tar.gz',
2626
keywords = ['surfsara', 'distributed-computing', 'LOFAR', 'workflow','airflow'],
2727
classifiers = ['Development Status :: 2 - Pre-Alpha',
2828
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)