Skip to content

Commit

Permalink
Continue developing this version as '0.0.1dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Dec 12, 2018
1 parent 93bd122 commit 28e3f41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1'
version = release = '0.0.1dev'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major = 0
minor = 0
patch = 1
status = ''
status = 'dev'
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.1',
version='0.0.1dev',
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.1'
__version__ = '0.0.1dev'
__project__ = 'oemof.tabular'

0 comments on commit 28e3f41

Please sign in to comment.