Skip to content

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
and clean manifest.in
  • Loading branch information
ColinDuquesnoy committed May 20, 2014
1 parent 48ae52e commit d8282e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include MANIFEST.in
# setup, license and readme
include setup.py
include ez_setup.py
include LICENSE.txt
include AUTHORS.txt
include README.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def readme():
setup(
name='pyqode.designer',
namespace_packages=['pyqode'],
version="1.1",
version="1.2",
packages=find_packages(),
data_files=data_files,
keywords=["QCodeEditor", "PySide", "PyQt", "designer", "Qt"],
Expand Down

0 comments on commit d8282e4

Please sign in to comment.