Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuone6 committed Feb 17, 2022
1 parent 44551e3 commit 6f79d78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
default: 'pypi'

jobs:

build-pkg:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -37,8 +36,8 @@ jobs:
if-no-files-found: error


publish-pypi:
needs: build-pkg
publish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download package
Expand Down
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
from .solvers import generic_actor
from .solvers import ray_actor

__version__ = "0.2.1"
__version__ = "0.3"

0 comments on commit 6f79d78

Please sign in to comment.