Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Nov 30, 2023
1 parent 508a8d4 commit 4d6f105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
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 = "ccb"
version = "0.4.0"
version = "0.4.1"
description = "Random pairing bot for virtual coffee"
authors = ["Abhinav Tushar <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_ccb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.4.0"
assert __version__ == "0.4.1"

0 comments on commit 4d6f105

Please sign in to comment.