~justizin/zope.tales/id_marker_lp_569541

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: baijum
  • Date: 2007-03-17 06:41:46 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.tales/trunk:73259
Incremented verision to 3.4dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from setuptools import setup, find_packages
22
22
 
23
23
setup(name='zope.tales',
24
 
      version='3.3dev',
 
24
      version='3.4dev',
25
25
 
26
26
      url='http://svn.zope.org/zope.tales',
27
27
      license='ZPL 2.1',