Skip to content

Commit

Permalink
Merge tag '0.4.1' into develop
Browse files Browse the repository at this point in the history
0.4.1
  • Loading branch information
milcent committed Apr 28, 2021
2 parents 3bdaf46 + 18a1063 commit 6c47413
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README-pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you find *Benford_py* useful in your research, please consider adding the fol

--------------------------------------------------------------------------------

`current version = 0.4.0`
`current version = 0.4.1`

### See [release notes](https://github.com/milcent/benford_py/releases/) for features in this and in older versions

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you find *Benford_py* useful in your research, please consider adding the fol

--------------------------------------------------------------------------------

`current version = 0.4.0`
`current version = 0.4.1`

### See [release notes](https://github.com/milcent/benford_py/releases/) for features in this and in older versions

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
'''Benfords law module'''
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion benford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

from .benford import *

__version__ = '0.4.0'
__version__ = '0.4.1'
Binary file modified docs/build/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
63 changes: 41 additions & 22 deletions docs/build/html/_modules/benford/benford.html

Large diffs are not rendered by default.

27 changes: 18 additions & 9 deletions docs/build/html/api.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
long_description = f.read()

setup(name='benford_py',
version='0.4.0',
version='0.4.1',
description='A library for testing data sets with Bendford\'s Law',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/milcent/benford_py',
download_url='https://github.com/milcent/benford_py/archive/v0.4.0.tar.gz',
download_url='https://github.com/milcent/benford_py/archive/v0.4.1.tar.gz',
author='Marcel Milcent',
author_email='marcelmilcent@gmail.com',
license='BSD 3-Clause',
Expand Down

0 comments on commit 6c47413

Please sign in to comment.