Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocorneti committed Dec 24, 2008
1 parent 56acd39 commit ad4435f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.2.1'
version = '0.2.2-fabiocorneti-0.1'

setup(name='fez.djangoskel',
version=version,
Expand Down Expand Up @@ -35,6 +35,7 @@
],
entry_points="""
[paste.paster_create_template]
django_buildout=fez.djangoskel.pastertemplates:DjangoBuildoutTemplate
django_app=fez.djangoskel.pastertemplates:DjangoAppTemplate
django_project=fez.djangoskel.pastertemplates:DjangoProjectTemplate
django_namespace_app=fez.djangoskel.pastertemplates:DjangoNamespaceAppTemplate
Expand Down

0 comments on commit ad4435f

Please sign in to comment.