aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-07 16:49:43 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-07 16:49:43 +0200
commit4f63fe74a96d7f642147a445a04a29b8808fa5b5 (patch)
tree1cfffb51b0e78fabe161c00e942ac4876a0ee019 /pyproject.toml
parent45f3618fb9cde3031f106582f2e8d6d317397a48 (diff)
downloadpysignald-4f63fe74a96d7f642147a445a04a29b8808fa5b5.tar.gz
pysignald-4f63fe74a96d7f642147a445a04a29b8808fa5b5.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 a51d83e..b39c8ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysignald"
-version = "0.0.2"
+version = "0.0.3"
description = "A library that allows communication via the Signal IM service using the signald daemon."
license = "MIT"
authors = ["Stavros Korokithakis <hi@stavros.io>"]