Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Oct 5, 2018
1 parent 5db9eb6 commit b29ea50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "scrmbl"
version = "0.1.0"
version = "0.1.1"
description = "Library for scrambled printing in terminal"
authors = ["Etienne Napoleone <etienne@tomochain.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scrmbl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ['echo', 'charsets']

__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion tests/test_scrmbl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


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


def test_echo_single(capsys):
Expand Down

0 comments on commit b29ea50

Please sign in to comment.