Skip to content

Commit

Permalink
Include requirements files and bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
murceca committed Dec 22, 2017
1 parent 9161a18 commit cf673f0
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 cf673f0

Please sign in to comment.