Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 7, 2024
1 parent dbc88e9 commit f68c605
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.1"
version = "0.2.3"
description = "Decatur Makers Machine Access Control package"
authors = ["Jason Antman <[email protected]>"]
license = "MIT"
Expand Down

2 comments on commit f68c605

@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.094s ⏱️

@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.216s ⏱️

Please sign in to comment.