Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Releasing v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Bunn <stephen@bunn.io>
  • Loading branch information
stephen-bunn committed Nov 7, 2018
1 parent ba1519f commit ed0d3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file_config/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__name__ = "file-config"
__repo__ = "https://github.com/stephen-bunn/file-config"
__version__ = "0.1.0"
__version__ = "0.2.0"
__description__ = "An attr's based configuration file abstraction"
__author__ = "Stephen Bunn"
__contact__ = "stephen@bunn.io"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import setuptools

VERSION = "0.1.0"
VERSION = "0.2.0"

INSTALL_REQUIRES = ["attrs", "jsonschema"]
SETUP_REQUIRES = []
Expand Down

0 comments on commit ed0d3f6

Please sign in to comment.