diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2b5e958..782a899 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.12 +current_version = 1.0.13 files = setup.py admix/__init__.py commit = True tag = True diff --git a/admix/__init__.py b/admix/__init__.py index f15ea48..7702664 100644 --- a/admix/__init__.py +++ b/admix/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Top-level package for aDMIX.""" -__version__ = '1.0.12' +__version__ = '1.0.13' import os import logging diff --git a/setup.py b/setup.py index 92552d0..2cb44a7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='xe-admix', - version='1.0.12', + version='1.0.13', description="advanced Data Management In Xenon (aDMIX)", long_description=readme + '\n\n' + history, url='https://github.com/XENON1T/admix',