Skip to content

Commit

Permalink
Merge branch 'release/0.2.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Apr 14, 2020
2 parents 12ed9bc + 20073fa commit 6337966
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Compiled python modules.
*.pyc

__pycache__/

# ipython notebook checkpoints
*.ipynb_checkpoints

Expand All @@ -24,3 +26,6 @@
_build
_static
_templates

# pytest
.pytest_cache/
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Benford for Python

`current version = 0.2.6`
`current version = 0.2.7`

## New in this version

### Bug fixes (see [release notes](https://github.com/milcent/benford_py/releases/tag/v0.2.7))

## In version 0.2.6

### Bug fixes (see [release notes](https://github.com/milcent/benford_py/releases/tag/v0.2.6))

### In version 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion benford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

from .benford import *

__version__ = '0.2.1'
__version__ = '0.2.7'

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup

setup(name='benford_py',
version='0.2.6',
version='0.2.7',
description='A library for testing data sets with Bendford\'s Law',
url='https://github.com/milcent/benford_py',
download_url='https://github.com/milcent/benford_py/archive/v0.2.6.tar.gz',
download_url='https://github.com/milcent/benford_py/archive/v0.2.7.tar.gz',
author='Marcel Milcent',
author_email='marcelmilcent@gmail.com',
license='GPLv3.0',
Expand Down

0 comments on commit 6337966

Please sign in to comment.