Skip to content

Commit 6d92c92

Browse files
committed
feat(): wip
1 parent 5fbf56a commit 6d92c92

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-deployed-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Check deployed package
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

logdash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from logdash.metrics import MetricOperation
44

55
__all__ = ["create_logdash", "Logger", "MetricOperation"]
6-
__version__ = "1.0.0"
6+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)