Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zigai committed Aug 1, 2023
1 parent c0ca724 commit e1a5246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "objinspect"
version = "0.2.3"
version = "0.2.4"
description = "View the structure of Python classes and functions"
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
license = { file = "LICENSE.txt" }
Expand Down
2 changes: 1 addition & 1 deletion tests/test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_methods_len():
assert len(A.methods) == 3


def test_init():
def test_init_2():
with pytest.raises(ValueError):
A.call_method("method_2")

Expand Down

0 comments on commit e1a5246

Please sign in to comment.