Skip to content

Commit

Permalink
Bump version: 5.6.0 → 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Mar 28, 2023
1 parent a71c3e4 commit d70ad15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.6.0
current_version = 5.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion dynamicannotationdb/__init__.py
@@ -1,2 +1,2 @@
__version__ = "5.6.0"
__version__ = "5.6.1"
from .interface import DynamicAnnotationInterface
2 changes: 1 addition & 1 deletion dynamicannotationdb/migration/__init__.py
@@ -1,4 +1,4 @@
__version__ = "5.6.0"
__version__ = "5.6.1"

from dynamicannotationdb.migration.migrate import DynamicMigration
from dynamicannotationdb.migration.alembic.run import run_alembic_migration

0 comments on commit d70ad15

Please sign in to comment.