summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-07 15:13:26 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-07 15:13:26 +0100
commitc551d1f70c4994ae75a0750d3bebb55eb56bb7e2 (patch)
tree37c5054979bae321e70d2b678abb34eaa7496760 /Cargo.toml
parent0837f83b7d50dfcd1d17025c6f09cde810c1b5c7 (diff)
Issue #2 : Refactored code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8611ae8..6baf54d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.3.0"
+version = "0.4.0"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/prettytable-rs"
documentation = "http://phsym.github.io/prettytable-rs"