We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af31079 + f904ae3 commit 3ffc4c1Copy full SHA for 3ffc4c1
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "searchcode"
3
-version = "0.4.4"
+version = "0.4.3"
4
description = "Simple, comprehensive code search."
5
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
6
license = "GPLv3+"
searchcode/__init__.py
@@ -20,7 +20,7 @@
20
from .api import Searchcode
21
22
__pkg__ = "searchcode"
23
-__version__ = "0.4.4"
+__version__ = "0.4.3"
24
__author__ = "Ritchie Mwewa"
25
26
0 commit comments