Skip to content

Commit

Permalink
Merge pull request #38 from XENONnT/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
dachengx authored May 21, 2023
2 parents 209464d + 457d6df commit bddc42c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.8
current_version = 1.0.9
files = setup.py admix/__init__.py
commit = True
tag = True
files = setup.py admix/__init__.py
2 changes: 1 addition & 1 deletion admix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

"""Top-level package for aDMIX."""
__version__ = '1.0.8'
__version__ = '1.0.9'

import os
import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='xe-admix',
version='1.0.8',
version='1.0.9',
description="advanced Data Management In Xenon (aDMIX)",
long_description=readme + '\n\n' + history,
url='https://github.com/XENON1T/admix',
Expand Down

0 comments on commit bddc42c

Please sign in to comment.