Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Aug 28, 2017
1 parent ab0c7a2 commit b4fffb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ History
0.1.2 (2017-07-24)
0.1.4 (2017-07-26)
0.1.5 (2017-08-17)
1.0.0 (2017-08-28)
------------------
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.5'
__version__ = '1.0.0'


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.5
current_version = 1.0.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions 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.5',
version='1.0.0',
description="Utility functions used in the DataCamp Statistical Thinking courses.",
long_description=readme + '\n\n' + history,
author="Justin Bois",
Expand All @@ -40,7 +40,7 @@
zip_safe=False,
keywords='dc_stat_think',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down

0 comments on commit b4fffb7

Please sign in to comment.