Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Baechler committed Oct 9, 2015
1 parent 774054d commit db78d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-scaffolding',
version='0.2.5-b1',
version='0.2.6',
author='Simon Baechler',
author_email='simon@stellanera.com',
packages=find_packages(
Expand All @@ -19,7 +19,7 @@
]
},
url='https://github.com/sbaechler/django-scaffolding/',
license='LICENCE',
license='MIT',
description='Automatically generate reasonable database entries for your app',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
classifiers=[
Expand Down

0 comments on commit db78d99

Please sign in to comment.