Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernhard committed Dec 4, 2015
1 parent dab6dbf commit e21de1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ Installation
------------
Requirements: Python 2.7 or 3.3+ with numpy_.

``hic`` is prerelease software.
You can install the development version with pip_::
Install the latest release with pip_::

pip install git+https://github.com/Duke-QCD/hic.git
pip install hic

To run the tests, install nose_ and run ::

Expand Down
5 changes: 2 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ Installation
------------
Requirements: Python 2.7 or 3.3+ with numpy_.

``hic`` is prerelease software.
You can install the development version with pip_::
Install the latest release with pip_::

pip install git+https://github.com/Duke-QCD/hic.git
pip install hic

To run the tests, install nose_ and run ::

Expand Down
2 changes: 1 addition & 1 deletion hic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.1.dev0'
__version__ = '0.1.0'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
packages=['hic', 'hic.test'],
install_requires=['numpy'],
classifiers=[
'Development Status :: 1 - Planning',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
Expand All @@ -31,6 +31,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Physics'
]
)

0 comments on commit e21de1c

Please sign in to comment.