Skip to content

Commit c09372f

Browse files
committed
release 0.7.4 to remove warning
1 parent 7677981 commit c09372f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -p no:warnings --cov=alembic_utils src/test
2+
addopts = --cov=alembic_utils src/test

Diff for: src/alembic_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.3"
1+
__version__ = "0.7.4"

0 commit comments

Comments
 (0)