Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sheiun committed Oct 24, 2020
1 parent 0590a9b commit 59831bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: plurk-dice
name: Upload Python Package

on:
release:
types: [created]
on: [push]

jobs:
deploy:
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 @@

setup(
name="plurk-dice",
version="0.0.2",
version="0.0.3",
author="SheiUn",
author_email="[email protected]",
description="A third-party Python API of Plurk Dice Emojis",
Expand Down

0 comments on commit 59831bd

Please sign in to comment.