Skip to content

Commit 9b92209

Browse files
authored
Mino fix in pyproject.toml (#39)
2 parents 011bb8b + ec7302a commit 9b92209

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "searchcode"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Simple, comprehensive code search."
55
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
66
license = "GPLv3+"
77
readme = "README.md"
88
homepage = "https://searchcode.com"
9-
repository = "https://github.com/rly0nheart/searchcode-sdk"
9+
repository = "https://github.com/rly0nheart/searchcode-python"
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",
1212
"Programming Language :: Python :: 3",

src/searchcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .api import Searchcode
2121

2222
__pkg__ = "searchcode"
23-
__version__ = "0.6.1"
23+
__version__ = "0.6.2"
2424
__author__ = "Ritchie Mwewa"
2525

2626
__all__ = ["Searchcode"]

0 commit comments

Comments
 (0)