Skip to content

Commit

Permalink
added hgignore, bumped dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Meyer committed Oct 26, 2009
1 parent 53a979e commit 22f8944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .hgignore
@@ -0,0 +1,2 @@
^dist/
^django_form_utils.egg-info/
4 changes: 2 additions & 2 deletions setup.py
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages

setup(
name='django-form-utils',
version='0.1.3',
version='0.1.4dev',
description='Form utilities for Django',
long_description=open('README.txt').read(),
author='Carl Meyer',
Expand Down

0 comments on commit 22f8944

Please sign in to comment.