v0.1.2: fix typo and update ignore list
2 files changed, 2 insertions(+), 1 deletions(-)

M .hgignore
M pyproject.toml
M .hgignore +1 -0
@@ 1,4 1,5 @@ 
 .mypy_cache
+dist
 aiosyslogd.toml
 syslog.db
 syslog.db-*

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