Skip to content

Commit

Permalink
version: Bump to v0.1.2
Browse files Browse the repository at this point in the history
* Bump version to v0.1.2

Signed-off-by: mr.Shu <[email protected]>
  • Loading branch information
mrshu committed Sep 27, 2019
1 parent bff570e commit 1ba90eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envtoml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

import toml
import os
Expand Down
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 = "envTOML"
version = "0.1.1"
version = "0.1.2"
description = "A simple way of using environment variables in TOML configs (via interpolation)"
authors = ["mr.Shu <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_envtoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def test_version():
assert __version__ == '0.1.1'
assert __version__ == '0.1.2'


def test_load():
Expand Down

0 comments on commit 1ba90eb

Please sign in to comment.