Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Sep 4, 2023
1 parent 1cee3ee commit 67418bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Program for creating data pipelines triggered by file creation events.

## Version

0.1.0-beta.3
0.1.0-beta.4

## Python enviroment setup

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "dpypeline" %}
{% set version = "0.1.0b3" %}
{% set version = "0.1.0b4" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion src/dpypeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""dpypeline base package."""
__version__ = "0.1.0-beta.3"
__version__ = "0.1.0-beta.4"
__author__ = "Joao Morado"
__credits__ = "National Oceanography Centre"
__all__ = ["akita", "event_consumer", "etl_pipeline", "celery", "filesystems"]

1 comment on commit 67418bb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/akita
   core.py1361360%2–366
   event_handler.py41410%3–215
   factory.py34340%3–174
   queue_events.py1213075%22–23, 27, 86, 91, 102, 113–117, 144–155, 184–185, 214–215, 262–271
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/cli
   argument_parser.py770%2–29
   main_cli.py32320%2–71
   yaml_constructors.py67670%2–142
   yaml_executers.py15150%2–24
   yaml_loader.py18180%2–44
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/etl_pipeline
   basic_pipeline.py12120%2–34
   core.py52983%103, 115–123, 172, 178
   decorators.py24240%2–61
   thread_pipeline.py330%2–8
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/event_consumer
   __init__.py110%2
   consumer_parallel.py61610%2–209
   consumer_serial.py21210%2–54
   core.py43430%2–130
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py90900%2–383
TOTAL82864522% 

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.777s ⏱️

Please sign in to comment.