Skip to content

Commit

Permalink
Version v1.0.0 (#6)
Browse files Browse the repository at this point in the history
* Release 1.0.0
  • Loading branch information
eduardo-rodrigues authored May 13, 2019
1 parent 26f3cec commit a91becf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
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.2'
__version__ = '1.0.0'

version = __version__
version_info = __version__.split('.')
2 changes: 0 additions & 2 deletions hepunits/units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
The HEP System of Units is the set of basic units originally defined by the CLHEP project.
"""

from __future__ import absolute_import

from .prefixes import *
from .units import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
],
platforms = "Any",
)

0 comments on commit a91becf

Please sign in to comment.