Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/XENONnT/admix
Browse files Browse the repository at this point in the history
  • Loading branch information
XeBoris committed Jul 5, 2019
2 parents 9d558a2 + cd69f5a commit f2d515b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Top-level package for aDMIX."""
__author__ = """Boris Bauermeister"""
__email__ = 'Boris.Bauermeister@gmail.com'
__version__ = '0.1.0'
__version__ = '0.2.0'

#interfaces:
from admix.interfaces.rucio_dataformat import ConfigRucioDataFormat
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='admix',
version='0.1.0',
version='0.2.0',
description="advanced Data Managment In Xenon (aDMIX)",
long_description=readme + '\n\n' + history,
author="Boris Bauermeister",
Expand Down

0 comments on commit f2d515b

Please sign in to comment.