Skip to content

Commit f431d92

Browse files
committed
chore: bump version
1 parent d563ab1 commit f431d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file_router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from django.template import RequestContext, Template
77
from django.urls import path
88

9-
__version__ = "0.2.0"
9+
__version__ = "0.3.0"
1010

1111
DISALLOWED_CHARS = re.compile(
1212
"|".join(

0 commit comments

Comments
 (0)