Skip to content

Commit

Permalink
Bump version: 1.7.3 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Shaffer committed Nov 27, 2018
1 parent feafe1c commit 0443c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peewee_moves.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from playhouse.db_url import connect as url_connect
from playhouse.migrate import SchemaMigrator

__version__ = '1.7.3'
__version__ = '2.0.0'

__all__ = ['DatabaseManager', 'MigrationHistory', 'Migrator', 'SchemaMigrator', 'TableCreator']

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.3
current_version = 2.0.0
commit = True
tag = True

Expand Down

0 comments on commit 0443c57

Please sign in to comment.