Skip to content

Commit

Permalink
Bump version: 5.8.0 → 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Oct 16, 2023
1 parent f6d8c7b commit f88c4cd
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.8.0
current_version = 5.8.1
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.8.0"
__version__ = "5.8.1"
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.8.0"
__version__ = "5.8.1"

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

0 comments on commit f88c4cd

Please sign in to comment.