aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"