Skip to content

Commit

Permalink
adjusted version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jul 16, 2018
1 parent e83aac0 commit 0a3e291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.3'
version = '0.0.3-001'
# The full version, including alpha/beta/rc tags.
release = '0.0.3 dev'
release = '0.0.3-001 master'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):


setup(name='TESPy',
version='0.0.3 dev',
version='0.0.3-001',
description='Thermal Engineering Systems in Python (TESPy)',
url='http://github.com/oemof/tespy',
author='Francesco Witte',
Expand Down

0 comments on commit 0a3e291

Please sign in to comment.