Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreemt committed Jun 21, 2021
1 parent fd5880b commit 1796ea5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion light_scores/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Calculate bm scores of two list."""
__version__ = '0.1.1'
__version__ = '0.1.2'
from .light_scores import light_scores

__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-scores",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"repository": "git@github.com:ffreemt/light-scores.git",
"author": "freemt",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"

[version]
current = "0.1.1"
current = "0.1.2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion tests/test_light_scores_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


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

0 comments on commit 1796ea5

Please sign in to comment.