Skip to content

Commit

Permalink
Merge pull request #4 from eduardo-rodrigues/v0.1.0
Browse files Browse the repository at this point in the history
Version 0.1.0
  • Loading branch information
eduardo-rodrigues authored Dec 19, 2018
2 parents 67d1299 + 6d48604 commit f7169a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Getting started
True
>>> pid = PDGID(99999999)
>>> pid
<PDGID: 99999999(is_valid==False)>
<PDGID: 99999999 (is_valid==False)>
For convenience, all properties of the `PDGID` class are available as standalone functions:

Expand Down
2 changes: 1 addition & 1 deletion hepparticle/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.0.1'
__version__ = '0.1.0'

version = __version__
version_info = __version__.split('.')

0 comments on commit f7169a2

Please sign in to comment.