Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Bump version: 0.6.1 → 0.7.0_pre_release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed May 29, 2022
1 parent df04997 commit 933c5e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.7.0_pre_release
files = setup.py wfsim/__init__.py
commit = True
tag = True

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='wfsim',
version='0.6.1',
version='0.7.0',
description='XENONnT Waveform simulator',
author='Wfsim contributors, the XENON collaboration',
url='https://github.com/XENONnT/wfsim',
Expand Down
2 changes: 1 addition & 1 deletion wfsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.7.0"

from .core.afterpulse import *
from .core.pulse import *
Expand Down

0 comments on commit 933c5e7

Please sign in to comment.