We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f88912 commit 9038bd1Copy full SHA for 9038bd1
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.11.0
+current_version = 5.12.0
3
commit = True
4
tag = True
5
dynamicannotationdb/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "5.11.0"
+__version__ = "5.12.0"
from .interface import DynamicAnnotationInterface
dynamicannotationdb/migration/__init__.py
@@ -1,4 +1,4 @@
from dynamicannotationdb.migration.migrate import DynamicMigration
from dynamicannotationdb.migration.alembic.run import run_alembic_migration
0 commit comments