Skip to content

Commit 42fd9fd

Browse files
committed
simplified actions githb
1 parent 81708de commit 42fd9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212

1313
runs-on: ubuntu-latest
14-
14+
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='simple_playgrounds',
5-
version='0.9.1',
5+
version='0.9.2',
66
description='simple_playgrounds for AGI and RL',
77
author='Michael Garcia Ortiz',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)