Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneSutro committed Jul 22, 2023
1 parent e3bea90 commit 94e84c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ script: pytest

deploy:
provider: pypi
user: SonicRift
user: __token__
distributions: sdist bdist_wheel
skip_existing: true
edge: true
on:
python: 3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="Vestaboard",
version="1.2.3",
version="1.2.4",
author="Shane Sutro",
author_email="[email protected]",
description="A Vestaboard Wrapper",
Expand Down

0 comments on commit 94e84c9

Please sign in to comment.