Skip to content

Commit

Permalink
Merge pull request #17 from murceca/master
Browse files Browse the repository at this point in the history
Include requirements files and bump version again
  • Loading branch information
murceca authored Dec 22, 2017
2 parents 766237a + cf673f0 commit 8d2f6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include runner README.rst
include runner LICENSE
recursive-exclude test *
include requirements/base.txt
include requirements/windows.txt
recursive-exclude test *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
# Describe installer
settings = {
'name': 'pyspectator',
'version': '1.2.0',
'version': '1.2.1',
'author': 'Maxim Grischuk',
'author_email': 'uzumaxy@gmail.com',
'maintainer': 'Maxim Grischuk',
Expand Down

0 comments on commit 8d2f6f0

Please sign in to comment.