aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2020-06-01 15:23:11 +0300
committerStavros Korokithakis <hi@stavros.io>2020-06-01 15:23:11 +0300
commitb824c47b4832920db86d7bebdfa319a8003139d4 (patch)
tree38f7c43b6863aa64e9537cd0be8590fe87604b16
parentd1461b952b6848136f3fa2f1075c4db3738b6a78 (diff)
downloadpysignald-b824c47b4832920db86d7bebdfa319a8003139d4.tar.gz
pysignald-b824c47b4832920db86d7bebdfa319a8003139d4.zip
Bump version
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 56eea32..14c5e17 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysignald"
-version = "0.0.6"
+version = "0.0.7"
description = "A library that allows communication via the Signal IM service using the signald daemon."
license = "MIT"
authors = ["Stavros Korokithakis <hi@stavros.io>"]