Skip to content

Commit

Permalink
feat(project): 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugouel committed May 11, 2019
1 parent 7352026 commit 4e22e7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
message = feat(project): {current_version} → {new_version}
commit = true
tag = true
Expand Down
2 changes: 1 addition & 1 deletion alchina/__init__.py
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alchina"
version = "0.1.0"
version = "0.1.1"
description = "Machine Learning framework"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_alchina.py
Expand Up @@ -8,4 +8,4 @@

def test_version():
"""Test package version."""
assert __version__ == "0.1.0"
assert __version__ == "0.1.1"

0 comments on commit 4e22e7a

Please sign in to comment.