Skip to content

Commit

Permalink
Bump version to v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Dec 12, 2018
1 parent 44ee9b3 commit 93bd122
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/oemof.tabular

.. |commits-since| image:: https://img.shields.io/badge/dynamic/json.svg?label=%2B&url=https%3A%2F%2Fapi.github.com%2Frepos%2Foemof%2Foemof-tabular%2Fcompare%2Fv0.0.0...master&query=%24.total_commits&colorB=blue
.. |commits-since| image:: https://img.shields.io/badge/dynamic/json.svg?label=%2B&url=https%3A%2F%2Fapi.github.com%2Frepos%2Foemof%2Foemof-tabular%2Fcompare%2Fv0.0.1...master&query=%24.total_commits&colorB=blue
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-tabular/compare/v0.0.0...master
:target: https://github.com/oemof/oemof-tabular/compare/v0.0.1...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/oemof.tabular.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2018'
author = 'Stephan Günther'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.0dev'
version = release = '0.0.1'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
4 changes: 2 additions & 2 deletions punch_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major = 0
minor = 0
patch = 0
status = 'dev'
patch = 1
status = ''
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*names, **kwargs):

setup(
name='oemof.tabular',
version='0.0.0dev',
version='0.0.1',
license='BSD 3-Clause License',
description='Load oemof energy systems from tabular data sources.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/tabular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.0dev'
__version__ = '0.0.1'
__project__ = 'oemof.tabular'

0 comments on commit 93bd122

Please sign in to comment.