Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelssers committed Aug 25, 2020
1 parent 3f7c522 commit feb0d10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
files = setup.py flamedisx/__init__.py docs/source/conf.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Jelle Aalbers, Bart Pelssers, V. Cristian Antochi, Pueh Leng Tan'

# The full version, including alpha/beta/rc tags
release = '1.2.0'
release = '1.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion flamedisx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.3.0'

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

setuptools.setup(
name='flamedisx',
version='1.2.0',
version='1.3.0',
description='Fast likelihood analysis in more dimensions for xenon TPCs',
author='Jelle Aalbers, Bart Pelssers, Cristian Antochi',
url='https://github.com/FlamTeam/flamedisx',
Expand Down

0 comments on commit feb0d10

Please sign in to comment.