Skip to content

Commit 3ffc4c1

Browse files
authored
Fix unformatted year in __init__.py (#31)
2 parents af31079 + f904ae3 commit 3ffc4c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "searchcode"
3-
version = "0.4.4"
3+
version = "0.4.3"
44
description = "Simple, comprehensive code search."
55
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
66
license = "GPLv3+"

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.4.4"
23+
__version__ = "0.4.3"
2424
__author__ = "Ritchie Mwewa"
2525

2626

0 commit comments

Comments
 (0)