-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
086a61e
commit c4517cf
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters