Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Jan 31, 2019
1 parent eb89f7e commit b5d6b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ but augments it with handy definitions, changing the basic length and time units
Installation
------------

Install ``particle`` like any other Python package:
Install ``hepunits`` like any other Python package:

.. code-block:: bash
pip install particle
pip install hepunits
or similar (use ``--user``, ``virtualenv``, etc. if you wish).

Expand Down
2 changes: 1 addition & 1 deletion hepunits/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.1.0'
__version__ = '0.1.1'

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

0 comments on commit b5d6b6d

Please sign in to comment.