Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jun 12, 2015
1 parent 33a8058 commit 12976c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solrq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 0, 1) # PEP 386 # noqa
VERSION = (0, 0, 2) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

import re
Expand Down

0 comments on commit 12976c5

Please sign in to comment.