Skip to content

Commit

Permalink
Final 2017-03
Browse files Browse the repository at this point in the history
Final version for the course
  • Loading branch information
jdvelasq committed Jul 27, 2017
1 parent 0d4cf6e commit 18bec4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.2'
version = '0.0.3'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.0.3'

# 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 @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='cashflows',
version='0.0.2',
version='0.0.3',
description='Investment modeling and advanced engineering economics using Python',
long_description='Investment modeling and advanced engineering economics using Python',
classifiers=[
Expand Down

0 comments on commit 18bec4a

Please sign in to comment.