Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Aug 25, 2015
1 parent fba3f01 commit 49a34a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.1
-----

- Missing `index.html` file.

0.4.0
-----

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ recursive-exclude * *.py[co]

include populus/assets/js/web3.js
include populus/assets/js/web3.js.map
include populus/templates/index.html
include populus/default_blockchain_password
include populus/genesis-test.json
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '0.4.0'
version = '0.4.1'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand Down

0 comments on commit 49a34a2

Please sign in to comment.