Skip to content

Commit

Permalink
python init files (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Apr 25, 2024
1 parent a06d7c8 commit d6c2f82
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file added phlop/timing/__init__.py
Empty file.
Empty file added phlop/timing/__main__.py
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phlop"
version = "0.0.18"
version = "0.0.19"

dependencies = [

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="phlop",
version="0.0.18",
version="0.0.19",
cmdclass={},
classifiers=[],
include_package_data=True,
Expand Down
Empty file added tests/timing/__init__.py
Empty file.

0 comments on commit d6c2f82

Please sign in to comment.