Skip to content

Commit 9038bd1

Browse files
committed
Bump version: 5.11.0 → 5.12.0
1 parent 0f88912 commit 9038bd1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.11.0
2+
current_version = 5.12.0
33
commit = True
44
tag = True
55

dynamicannotationdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "5.11.0"
1+
__version__ = "5.12.0"
22
from .interface import DynamicAnnotationInterface
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.11.0"
1+
__version__ = "5.12.0"
22

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

0 commit comments

Comments
 (0)