Version bump (to test Github Action)

This commit is contained in:
Dominik Moritz Roth 2023-10-14 12:36:35 +02:00
parent 0b240b9eb4
commit 5e63a72882
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ jobs:
- name: Publish to TestPyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*

View File

@ -1,6 +1,6 @@
[project]
name = "fancy_gym"
version = "1.0.5"
version = "1.0.6"
description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches."
readme = "README.md"
authors = [