Skip to content

Commit

Permalink
bump version because we forget a file in the MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb committed Jul 23, 2015
1 parent c2dc9af commit 602f2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,3 +1,3 @@
include LICENSE README.md webkit_server.pro
recursive-include src *.cpp *.js *.h *.qrc *.pro
recursive-include src *.cpp *.js *.h *.qrc *.pro *.png
recursive-exclude src moc_* qrc_*
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def run(self):
shutil.copy('src/webkit_server', self.build_platlib)

setup(name='webkit-server',
version='0.9',
version='0.9.1',
description='a Webkit-based, headless browser instance',
author='Niklas Baumstark',
author_email='niklas.baumstark@gmail.com',
Expand Down

0 comments on commit 602f2a8

Please sign in to comment.