Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Dec 23, 2016
1 parent ccac1f6 commit 568bd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.9"
__version__ = "0.0.10"

2 changes: 1 addition & 1 deletion oemof/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

__version__ = '0.0.9'
__version__ = '0.0.10'

0 comments on commit 568bd97

Please sign in to comment.