blob: 7ac8cab307c1d3426454b2829fc4052bb3c633bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: setup.py
===================================================================
--- setup.py (revision 1062)
+++ setup.py (working copy)
@@ -87,7 +87,7 @@
setup(
name = 'Genshi',
- version = '0.6',
+ version = '0.6dev-r1200',
description = 'A toolkit for generation of output for the web',
long_description = \
"""Genshi is a Python library that provides an integrated set of
|