Skip to content

Commit

Permalink
chore: prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 29, 2016
1 parent 9033f8d commit 3ef1e85
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, 4) # PEP 386 # noqa
VERSION = (0, 0, 5) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

import re
Expand Down

0 comments on commit 3ef1e85

Please sign in to comment.