Skip to content

Commit

Permalink
Bump v0.2.3 (#98)
Browse files Browse the repository at this point in the history
* Update HISTORY

* Bump version: 0.2.2 → 0.2.3
  • Loading branch information
dachengx authored May 29, 2023
1 parent bc44107 commit 27ed749
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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 = 0.2.2
current_version = 0.2.3
files = setup.py appletree/__init__.py
commit = True
tag = True
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.2.3 / 2023-05-29
-------------------
* Add pip install user by @dachengx in https://github.com/XENONnT/appletree/pull/96
* Installation with various `extras_require`s for different CUDA support by @dachengx in https://github.com/XENONnT/appletree/pull/97

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.2.2...v0.2.3


v0.2.2 / 2023-05-25
-------------------
* Stop using MANIFEST.in, move to a modern way of file system configuration by @dachengx in https://github.com/XENONnT/appletree/pull/94
Expand Down
2 changes: 1 addition & 1 deletion appletree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.2'
__version__ = '0.2.3'

from . import utils
from .utils import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def open_requirements(path):

setuptools.setup(
name='appletree',
version='0.2.2',
version='0.2.3',
description='A high-Performance Program simuLatEs and fiTs REsponse of xEnon.',
author='Appletree contributors, the XENON collaboration',
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 27ed749

Please sign in to comment.