aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Elwert <belak@coded.io>2020-01-28 02:48:19 -0800
committerKaleb Elwert <belak@coded.io>2020-01-28 02:48:19 -0800
commit50b2629a5d55dbaa5c5bd4398d1cea510332b746 (patch)
tree979de4ded9f70d42cd464d37d262302e96dfe648
parent0261afcdae718d14b888b5993d9be93ddef7b839 (diff)
(cargo-release) start next development iteration 0.1.1-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de57649..7fb6de6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "simple-xmlrpc"
description = "A simple, no nonsense, XML-RPC implementation for Rust"
license = "MIT"
-version = "0.1.0"
+version = "0.1.1-alpha.0"
authors = ["Kaleb Elwert <belak@coded.io>"]
edition = "2018"
documentation = "https://docs.rs/simple-xmlrpc"