Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Feb 5, 2019
1 parent 355d124 commit e4c312d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### Version 0.3.0
#### Under development

### Version 0.2.2
#### Feb 5th, 2019

* Bug fix in setup.py.
* CHANGELOG file added.

### Version 0.2.1
#### Feb 4th, 2019

Expand All @@ -21,4 +27,3 @@ particle data tables and particle identification codes.
#### Dec 19, 2018

First release, Python version of HepPID.

2 changes: 1 addition & 1 deletion particle/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Licensed under a 3-clause BSD style license, see LICENSE.

__version__ = '0.2.1'
__version__ = '0.2.2'

version = __version__
version_info = __version__.split('.')
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def get_version():
url = 'https://github.com/scikit-hep/particle',
license = 'new BSD',
packages = find_packages(),
include_package_data = True,
package_data={'particle/data': ['*.*']},
package_data={'': ['data/*.*']},
install_requires = [
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
Expand Down

0 comments on commit e4c312d

Please sign in to comment.