Skip to content

Commit

Permalink
Version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Apr 19, 2023
1 parent 0fd0778 commit 65e6395
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
name: Upload Python Package

on:
release:
types: [published]
push:
tags:
- *
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion blsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from sys import argv, exit

__version__ = "0.1.9"
__version__ = "0.1.10"

cmds = {}

Expand Down

0 comments on commit 65e6395

Please sign in to comment.