Skip to content

Commit

Permalink
[update] version up to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riku-sakamoto committed Oct 4, 2023
1 parent 87937f0 commit a43d180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pages:
- poetry version $VERSION
- poetry config repositories.ricos https://pypi.ritc.jp
- poetry build -f wheel
- poetry publish --username ricos --password ${RICOS_PYPI_KEY} -r ricos --no-ansi -n -v
- poetry publish --username ricos --password ${RICOS_PYPI_KEY} -r ricos --no-ansi -n -v -o
- poetry publish --username __token__ --password ${PYPI_PUBLISH_TOKEN} --no-ansi -n -v
retry: 2

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 = "dagstream"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["sakamoto <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_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.0"
assert __version__ == "0.1.1"

0 comments on commit a43d180

Please sign in to comment.