Skip to content

Commit

Permalink
Merge pull request #2 from caliangroup/calian-updates
Browse files Browse the repository at this point in the history
Calian updates
  • Loading branch information
zack-mayoh authored Oct 23, 2024
2 parents a34a4c0 + 4547dbc commit 1942175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aiosdnotify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import os
import logging
from types import TracebackType
from typing import Any, Optional, Self, Type
from typing import Self, Type


__version__ = "0.1.0"
__version__ = "0.1.0.post1"

logger = logging.getLogger(__name__)

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[tool.poetry]
name = "async-sdnotify"
version = "0.1.0"
version = "0.1.0.post1"
description = "A pure asynchronous Python implementation of systemd's service notification protocol (sd_notify)"
authors = [
"Calian Ltd. <zach.mayoh@calian.com>",
"Seat Snob <garrett@seatsnob.com>",
"Brett Bethke <bbethke@gmail.com>",
]
homepage = "https://calian.com/"
repository = "https://github.com/caliangroup/async-sdnotify"
license = "MIT"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit 1942175

Please sign in to comment.