v0.1.4: change default database file extension to .sqlite3
1 files changed, 4 insertions(+), 1 deletions(-)

M pyproject.toml
M pyproject.toml +4 -1
@@ 1,6 1,6 @@ 
 [project]
 name = "aiosyslogd"
-version = "0.1.3"
+version = "0.1.4"
 description = "Asynchronous Syslog server using asyncio, with an optional uvloop integration and SQLite backend."
 authors = [
     {name = "Chaiwat Suttipongsakul",email = "cwt@bashell.com"}

          
@@ 23,6 23,9 @@ speed = [
 homepage = "https://sr.ht/~cwt/aiosyslogd/"
 repository = "https://hg.sr.ht/~cwt/aiosyslogd"
 
+[tool.poetry.urls]
+"GitHub Mirror" = "https://github.com/cwt/aiosyslogd"
+
 [tool.poetry.scripts]
 aiosyslogd = "aiosyslogd.server:main"