Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-solcast committed Jul 1, 2024
1 parent 2760ef0 commit 4cd50af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flonb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .task import task_func, set_cache_dir, Dep, DynamicDep # noqa: F401

__version__ = "0.1.3" # make sure to also update in ../setup.py
__version__ = "0.1.4" # make sure to also update in ../setup.py

__all__ = ["task_func", "set_cache_dir", "Dep", "DynamicDep", "__version__"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="flonb",
version="0.1.3", # make sure to also update in ./flonb/__init__.py
version="0.1.4", # make sure to also update in ./flonb/__init__.py
author="hazbottles",
description="Rapid-iteration data pipelines with automagic caching + parameter passing.",
long_description=long_description,
Expand Down

0 comments on commit 4cd50af

Please sign in to comment.