Skip to content

Commit

Permalink
Prep for 0.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriferson committed Nov 17, 2017
1 parent 086a61e commit c4517cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
-------

0.x.x (TBD)
0.4.0 (2017-11-16)
-----------

Added
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# simplestatistics changelog

## 0.x.x
## 0.4.0

TBD
2017-11-16

### Added

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
setup(
name='simplestatistics',
packages=['simplestatistics', 'simplestatistics.statistics'],
version='0.3.0',
version='0.4.0',
description='Simple statistical functions implemented in readable Python.',
author='Sherif Soliman',
author_email='[email protected]',
license='MIT',
url='https://github.com/sheriferson/simplestatistics',
download_url='https://github.com/sheriferson/simplestatistics/tarball/0.3.0',
download_url='https://github.com/sheriferson/simplestatistics/tarball/0.4.0',
keywords=['statistics', 'math'],
classifiers=[
'Programming Language :: Python :: 2',
Expand Down
4 changes: 2 additions & 2 deletions simplestatistics/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit c4517cf

Please sign in to comment.