Skip to content

Commit ff8c012

Browse files
committed
chore: bump patch version and ignore the dev folder
1 parent 625e603 commit ff8c012

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ uv.lock
2121
# Build
2222

2323
dist/
24+
25+
dev/

holm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"
22

33
from .app import App as App
44
from .fastapi import FastAPIDependency as FastAPIDependency

0 commit comments

Comments
 (0)