summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-05-15 06:49:37 +0000
committerKirill Simonov <xi@resolvent.net>2006-05-15 06:49:37 +0000
commitda8f3caa440b7dab22b9e4f88888bd65472d1127 (patch)
tree8ef8abfd375fc2fa3f9917e32d61149a50f35ac1 /setup.py
parentf87fec835e17753e826d71925718f0476b7fe12d (diff)
downloadpyyaml-git-3.02.tar.gz
Preparing the next release.3.02
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23c1efa..dfbb722 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
NAME = 'PyYAML'
-VERSION = '3.01'
+VERSION = '3.02'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability and