Skip to content

Commit

Permalink
Updated version number to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Jul 26, 2017
1 parent 43228e2 commit 793a8eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ target/

# pyenv python configuration file
.python-version

*DS_Store*
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ History
0.1.0 (2017-07-20)
0.1.1 (2017-07-20)
0.1.2 (2017-07-24)
0.1.3 (2017-07-26)
0.1.4 (2017-07-26)
------------------

* First release on PyPI.
2 changes: 1 addition & 1 deletion dc_stat_think/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Justin Bois"""
__email__ = '[email protected]'
__version__ = '0.1.3'
__version__ = '0.1.4'


from .dc_stat_think import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='dc_stat_think',
version='0.1.3',
version='0.1.4',
description="Utility functions used in the DataCamp Statistical Thinking courses.",
long_description=readme + '\n\n' + history,
author="Justin Bois",
Expand Down

0 comments on commit 793a8eb

Please sign in to comment.