Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Jul 16, 2019
1 parent 23a2644 commit 4080d0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
files = setup.py flamedisx/__init__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion flamedisx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.1.0'

from .utils import *
from .xenon_corrections import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='flamedisx',
version='0.0.1',
version='0.1.0',
description='Fast likelihood analysis in many dimensions for xenon TPCs',
author='Jelle Aalbers',
url='https://github.com/JelleAalbers/flamedisx',
Expand Down

0 comments on commit 4080d0a

Please sign in to comment.