Skip to content

Commit

Permalink
Fixed tests imports. Updated version to 0.5b2
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 12, 2016
1 parent ab90cdf commit a3fab59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
recursive-exclude tests
global-exclude tests/*
recursive-exclude tests *
recursive-exclude tests_py35 *
recursive-exclude examples *
2 changes: 1 addition & 1 deletion graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
)


VERSION = (0, 5, 0, 'beta', 1)
VERSION = (0, 5, 0, 'beta', 2)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit a3fab59

Please sign in to comment.