diff --git a/README.md b/README.md index f1fd74b..41e05db 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Program for creating data pipelines triggered by file creation events. # Version -0.0.1-beta.1 +0.1.0-beta.1 # Pipeline architecture diff --git a/src/dpypeline/__init__.py b/src/dpypeline/__init__.py index 4c56065..f4ab295 100644 --- a/src/dpypeline/__init__.py +++ b/src/dpypeline/__init__.py @@ -1,5 +1,5 @@ """dpypeline base package.""" -__version__ = "0.0.1-beta.1" +__version__ = "0.1.0-beta.1" __author__ = "Joao Morado" __credits__ = "National Oceanography Centre" __all__ = ["akita", "event_consumer", "etl_pipeline", "celery_app", "filesystems"]