From 8e6abacb4acfcca6e4a7faffe19c637e9c81a54a Mon Sep 17 00:00:00 2001 From: xi Date: Sat, 12 May 2007 21:27:19 +0000 Subject: [PATCH] Update the package version. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@254 18f92427-320e-0410-9341-c67f048884a3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54c4711..8b08a4a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ NAME = 'PyYAML' -VERSION = '3.04' +VERSION = '3.05' DESCRIPTION = "YAML parser and emitter for Python" LONG_DESCRIPTION = """\ YAML is a data serialization format designed for human readability and -- 2.11.4.GIT