Skip to content

Commit

Permalink
state upcoming major version change
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 18, 2012
1 parent 0be185f commit 6734389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '1.0.2dev'
version = '2.0dev'
shortdesc = 'Image Widget for YAFOWIL'
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
longdesc += open(os.path.join(os.path.dirname(__file__), 'HISTORY.rst')).read()
Expand Down

0 comments on commit 6734389

Please sign in to comment.