Skip to content

Commit

Permalink
Merge tag '1.1.1' into develop
Browse files Browse the repository at this point in the history
Release 1.1.1

d1d9fc3 (develop) Injector to properly reflect doc string etc
bd11945 (origin/develop) Add documentation for graphenecommon modules
  • Loading branch information
xeroc committed Dec 19, 2018
2 parents d1d9fc3 + 1025e60 commit 093982c
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 @@ -13,7 +13,7 @@
ascii = codecs.lookup("ascii")
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))

VERSION = "1.1.0"
VERSION = "1.1.1"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit 093982c

Please sign in to comment.