Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
- Add py.typed to allow developers to use our type hints
- Bump dependencies
- Migrate to github actions
- Migrate to hatch
- Add devcontainer configs
- etc.
  • Loading branch information
linuxdaemon committed Apr 14, 2024
1 parent f57646c commit b0a6dd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irclib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ("__version__", "errors", "parser", "util")

__version__ = "0.3.0"
__version__ = "0.4.0"
Empty file added irclib/py.typed
Empty file.

0 comments on commit b0a6dd4

Please sign in to comment.