Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Apr 24, 2021
1 parent d54c909 commit bc4f23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-render-static"
version = "1.0.0"
version = "1.0.1"
description = "Use Django's template engine to render static files at deployment time. Extend Django's url reverse mechanism to JavaScript."
authors = ["Brian Kohan <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion render_static/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .url_tree import ClassURLWriter, SimpleURLWriter, URLTreeVisitor

__title__ = 'Django Render Static'
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Brian Kohan'
__license__ = 'MIT'
__copyright__ = 'Copyright 2021 Brian Kohan'
Expand Down

0 comments on commit bc4f23f

Please sign in to comment.