aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-11 19:01:32 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-11 19:01:32 +0200
commitfbfdc06597b1b71fd0b9376dc859d6651e63fcb8 (patch)
tree68a658cb358525365768f33331ee7b27d79b5cd5 /pyproject.toml
parent1a28cb9fe05045c011eda0b9275d6ac7db26f01a (diff)
downloadpysignald-fbfdc06597b1b71fd0b9376dc859d6651e63fcb8.tar.gz
pysignald-fbfdc06597b1b71fd0b9376dc859d6651e63fcb8.zip
Bump version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b205116..a51f0b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysignald"
-version = "0.0.4"
+version = "0.0.5"
description = "A library that allows communication via the Signal IM service using the signald daemon."
license = "MIT"
authors = ["Stavros Korokithakis <hi@stavros.io>"]