Skip to content

Commit

Permalink
Bump to v0.2.2 (#95)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.2.1 → 0.2.2
  • Loading branch information
dachengx authored May 25, 2023
1 parent 54ca6fa commit c7a71c5
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1
current_version = 0.2.2
files = setup.py appletree/__init__.py
commit = True
tag = True
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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

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


v0.2.1 / 2023-05-22
-------------------
* Change variables `s1` `s2` to `s1_area` `s2_area` by @dachengx in https://github.com/XENONnT/appletree/pull/86
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.1'
__version__ = '0.2.2'

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.1',
version='0.2.2',
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 c7a71c5

Please sign in to comment.