aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2019-03-07 01:58:25 +0200
committerStavros Korokithakis <hi@stavros.io>2019-03-07 01:58:25 +0200
commit894e613fded6f1bc0f98a93a1f89271509665ea3 (patch)
treeaaf95ae82c65d00948ef4bda06c992d7e226e3b0
parent283e2f2646d019167a4a2450ccd31e25183edd67 (diff)
downloadpysignald-894e613fded6f1bc0f98a93a1f89271509665ea3.tar.gz
pysignald-894e613fded6f1bc0f98a93a1f89271509665ea3.zip
Bump version
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a51f0b6..56eea32 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysignald"
-version = "0.0.5"
+version = "0.0.6"
description = "A library that allows communication via the Signal IM service using the signald daemon."
license = "MIT"
authors = ["Stavros Korokithakis <hi@stavros.io>"]