Skip to content

Commit

Permalink
Bump version: 5.7.3 → 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Oct 10, 2023
1 parent d09956e commit a0a6636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.7.3
current_version = 5.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion dynamicannotationdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "5.7.3"
__version__ = "5.8.0"
from .interface import DynamicAnnotationInterface
2 changes: 1 addition & 1 deletion dynamicannotationdb/migration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.7.3"
__version__ = "5.8.0"

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

0 comments on commit a0a6636

Please sign in to comment.