Skip to content

Commit bc4f23f

Browse files
committed
increment version number
1 parent d54c909 commit bc4f23f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-render-static"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Use Django's template engine to render static files at deployment time. Extend Django's url reverse mechanism to JavaScript."
55
authors = ["Brian Kohan <[email protected]>"]
66
license = "MIT"

render_static/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .url_tree import ClassURLWriter, SimpleURLWriter, URLTreeVisitor
1010

1111
__title__ = 'Django Render Static'
12-
__version__ = '1.0.0'
12+
__version__ = '1.0.1'
1313
__author__ = 'Brian Kohan'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2021 Brian Kohan'

0 commit comments

Comments
 (0)