Skip to content

Commit

Permalink
BUG add MANIFEST.in to fix packaging bug (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Mar 27, 2017
1 parent ff727da commit 8963d73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2017-03-27

### Fixed

- Added `MANIFEST.in` to fix python packaging bug.

## [1.1.0] - 2017-03-27

### Added
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include CHANGELOG.md
include LICENSE.txt
include README.md
2 changes: 1 addition & 1 deletion muffnn/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Note that this file will be executed by setup.py.
__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 8963d73

Please sign in to comment.