Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release (via TravisCI) committed Jul 15, 2019
1 parent a179d3e commit 53c70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refchef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from dotenv import load_dotenv
import oyaml as yaml

__version__ = '0.1.3'
__version__ = '0.1.4'

# load dotenv in the base root
APP_ROOT = os.path.join(os.path.dirname(__file__), '..') # refers to application_top
Expand Down

0 comments on commit 53c70d5

Please sign in to comment.