Skip to content

Commit

Permalink
Bump version: 0.4.3 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed May 22, 2019
1 parent 45d89f2 commit b38a922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_migration_checker/__init__.py
Expand Up @@ -6,4 +6,4 @@

__author__ = 'Anton Ovchinnikov'
__email__ = 'anton.ovchi2nikov@gmail.com'
__version__ = '0.4.3'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def parse_requirements(requirements, ignore=('setuptools',)):

setup(
name='django-migration-checker',
version='0.4.3',
version='0.5.0',
description="Static migration conflict checker for Django",
long_description=readme + '\n\n' + history,
author="Anton Ovchinnikov",
Expand Down

0 comments on commit b38a922

Please sign in to comment.