Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emirozer committed Dec 3, 2015
1 parent 0a6d6f7 commit 663b5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fake2db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"""

__title__ = 'fake2db'
__version__ = '0.4.1'
__version__ = '0.5.0'
__author__ = 'Emir Ozer'
__license__ = 'GNU General Public License v2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

setup(
name='fake2db',
version='0.4.1',
version='0.5.0',
author='Emir Ozer',
author_email='[email protected]',
url='https://github.com/emirozer/fake2db',
description=
'Generate test databases filled with fake data (current support - sqlite, mysql, postgresql, mongodb, redis, couchdb)',
'Generate test databases filled with fake data (NOW CUSTOM SCHEMA CREATION SUPPORTED)(current support - sqlite, mysql, postgresql, mongodb, redis, couchdb)',
long_description=os.path.join(os.path.dirname(__file__), 'README.md'),
packages=find_packages(exclude=[]),
entry_points={'console_scripts': ['fake2db = fake2db.fake2db:main']},
Expand Down

0 comments on commit 663b5db

Please sign in to comment.