Skip to content

Commit

Permalink
Adding 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Sep 29, 2018
1 parent 9dc9c98 commit bf99f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ to reach out to me at `13herger <at> gmail <dot> com`

### Development

### 1.3.5

- Adding regression example w/ inverse_transformation (#64)
- Fixing issue where web socket connections were being opened needlessly (#65)

### 1.3.4

- Adding `Manifest.in`, with including files references in `setup.py` (#54)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.3.4'
__version__ = '1.3.5'

# Add README as long description
with open("README.md", "r") as fh:
Expand Down

0 comments on commit bf99f69

Please sign in to comment.