Skip to content

Commit

Permalink
Bump version to 0.14
Browse files Browse the repository at this point in the history
Add class to use individual detectors in core reconstruction.
Improve speed and table support for raw data downloads.
Add class to determine time deltas between event pairs in coincidences.
Add class to determine station timing offsets.
Support electronics TSV, also added to local data.
  • Loading branch information
Arne de Laat committed May 13, 2016
1 parent cc7a645 commit 25840a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.13.7'
release = '0.14.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


setup(name='hisparc-sapphire',
version='0.13.8',
version='0.14.0',
packages=find_packages(),
url='http://github.com/hisparc/sapphire/',
bugtrack_url='http://github.com/HiSPARC/sapphire/issues',
Expand Down

0 comments on commit 25840a3

Please sign in to comment.