diff --git a/phlop/timing/__init__.py b/phlop/timing/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/phlop/timing/__main__.py b/phlop/timing/__main__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 617c04e..f070312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phlop" -version = "0.0.18" +version = "0.0.19" dependencies = [ diff --git a/setup.py b/setup.py index bf0e2e7..72fe12c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="phlop", - version="0.0.18", + version="0.0.19", cmdclass={}, classifiers=[], include_package_data=True, diff --git a/tests/timing/__init__.py b/tests/timing/__init__.py new file mode 100644 index 0000000..e69de29