Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orlnub123 committed Nov 13, 2018
1 parent b1e6b6d commit cbda156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class_settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0-dev"
__version__ = "0.1.0"

from .env import Env, env
from .settings import Settings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "django-class-settings"
version = "0.1.0-dev"
version = "0.1.0"
description = "Effortless class-based settings for Django."
license = "MIT"
authors = ["orlnub123 <[email protected]>"]
Expand Down

0 comments on commit cbda156

Please sign in to comment.