vContent

Changeset

28:549fe3cdaf74
2013-05-05 Paul Boddie raw files shortlog changelog graph Updated the version number. rel-0-2
PKG-INFO (file) setup.py (file)
     1.1 --- a/PKG-INFO	Sun May 05 20:27:49 2013 +0200
     1.2 +++ b/PKG-INFO	Sun May 05 20:30:21 2013 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  Metadata-Version: 1.1
     1.5  Name: vContent
     1.6 -Version: 0.1
     1.7 +Version: 0.2
     1.8  Author: Paul Boddie
     1.9  Author-email: paul at boddie org uk
    1.10  Maintainer: Paul Boddie
     2.1 --- a/setup.py	Sun May 05 20:27:49 2013 +0200
     2.2 +++ b/setup.py	Sun May 05 20:30:21 2013 +0200
     2.3 @@ -7,6 +7,6 @@
     2.4      description  = "Parsing and serialisation of iCalendar/vCalendar-style data",
     2.5      author       = "Paul Boddie",
     2.6      author_email = "paul@boddie.org.uk",
     2.7 -    version      = "0.1",
     2.8 +    version      = "0.2",
     2.9      py_modules   = ["vContent", "vCalendar"]
    2.10      )