Skip to content

Commit a3fab59

Browse files
committed
Fixed tests imports. Updated version to 0.5b2
1 parent ab90cdf commit a3fab59

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
recursive-exclude tests
1+
global-exclude tests/*
2+
recursive-exclude tests *
3+
recursive-exclude tests_py35 *
4+
recursive-exclude examples *

graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
)
159159

160160

161-
VERSION = (0, 5, 0, 'beta', 1)
161+
VERSION = (0, 5, 0, 'beta', 2)
162162

163163
__version__ = get_version(VERSION)
164164

0 commit comments

Comments
 (0)