Skip to content

Commit

Permalink
FIX - fixes metadat, ups version number for fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
achim1 committed May 26, 2020
1 parent 8e2a788 commit f22cc27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'A. Stoessl'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hepbasestack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Miscellaneous tools
"""

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ["visual","itools","logger", "colors", "layout"]

import resource
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,22 @@ def get_version(package):

setup(name='hepbasestack',
version=version,
description='Little tools which are part of any package in the scientific/heigh energy physics stack',
description='Collection of tools/snippets useful for working with the python data analysis stack. Provides logging, matplotlibstyles, etc.',
long_description=long_description,
author='Achim Stoessl',
author_email="achim.stoessl@gmail.com",
url='https://github.com/achim1/hepbasestack',
download_url="pip install hepbasestack",
download_url="https://github.com/achim1/hepbasestack/archive/v0.1.1.tar.gz",
install_requires=install_requires,
setup_requires=setup_requires,
license="GPL",
platforms=["Ubuntu 16.04", "Ubuntu 16.10", "SL6.1",
"Ubuntu 18.04", "Ubuntu 18.10", "Ubuntu 19.04"],
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Topic :: Scientific/Engineering :: Physics"
],
Expand Down

0 comments on commit f22cc27

Please sign in to comment.