Skip to content

Commit 3ef1e85

Browse files
committed
chore: prepare new release
1 parent 9033f8d commit 3ef1e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solrq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = (0, 0, 4) # PEP 386 # noqa
2+
VERSION = (0, 0, 5) # PEP 386 # noqa
33
__version__ = ".".join([str(x) for x in VERSION]) # noqa
44

55
import re

0 commit comments

Comments
 (0)