Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuy1 committed Mar 18, 2023
1 parent d0a6267 commit 6f4bf57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dist/
*.egg-info/

_build
docs/apidocs

.idea

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.0 (2023-03-10)
0.4.0 (2023-03-18)
=====
- Added Windows 11 and Python 3.12 classifiers
- Merge typing back inline
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="windows-toasts",
version="0.3.3",
version="0.4.0",
description="Windows toast notifications sender",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6f4bf57

Please sign in to comment.