Skip to content

Commit

Permalink
patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 1, 2024
1 parent 6f673ac commit 67695f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "machine_access_control"
version = "0.2.0"
version = "0.2.1"
description = "Decatur Makers Machine Access Control package"
authors = ["Jason Antman <[email protected]>"]
license = "MIT"
Expand Down

2 comments on commit 67695f3

@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
src/dm_mac
   __init__.py690100% 
   cli_utils.py150100% 
   neongetter.py1860100% 
   slack_handler.py1500100% 
   utils.py250100% 
src/dm_mac/models
   __init__.py00100% 
   machine.py3140100% 
   users.py940100% 
src/dm_mac/views
   __init__.py00100% 
   api.py220100% 
   machine.py690100% 
   prometheus.py980100% 
TOTAL10420100% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 14.544s ⏱️

@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
src/dm_mac
   __init__.py690100% 
   cli_utils.py150100% 
   neongetter.py1860100% 
   slack_handler.py1500100% 
   utils.py250100% 
src/dm_mac/models
   __init__.py00100% 
   machine.py3140100% 
   users.py940100% 
src/dm_mac/views
   __init__.py00100% 
   api.py220100% 
   machine.py690100% 
   prometheus.py980100% 
TOTAL10420100% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 14.769s ⏱️

Please sign in to comment.