Skip to content

Commit

Permalink
[v0.1a1] graphql-core v0.1-alpha-1 release.
Browse files Browse the repository at this point in the history
 * Performance and memory optimizations to the visitor, parser, lexer and tokenizer.
 * Implement latest upstream RFCs (operation name optional, type condition optional).
 * Implement schema parser and schema AST printer.
 * Add more tests.
  • Loading branch information
jhgg committed Oct 7, 2015
1 parent a4a81a4 commit 8e73feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):

setup(
name='graphql-core',
version='0.1a0',
version='0.1a1',
description='GraphQL implementation for Python',

url='https://github.com/graphql-python/graphql-core',
Expand Down

0 comments on commit 8e73feb

Please sign in to comment.