Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Dec 20, 2022
1 parent e92add6 commit c90b97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read_file(filename: str) -> str:

setup(
name='reinforced-lib',
version='0.1.2',
version='0.2.0',
packages=find_packages(include=[
'reinforced_lib',
'reinforced_lib.*'
Expand All @@ -26,7 +26,7 @@ def read_file(filename: str) -> str:
long_description_content_type='text/markdown',
author='Maksymilian Wojnar and Wojciech Ciężobka',
url='https://github.com/m-wojnar/reinforced-lib',
download_url='https://github.com/m-wojnar/reinforced-lib/archive/refs/tags/v0.1.2.tar.gz',
download_url='https://github.com/m-wojnar/reinforced-lib/archive/refs/tags/v0.2.0.tar.gz',
keywords='machine-learning, reinforcement-learning, reinforcement-learning-agent, jax',
python_requires='>=3.8, <4',
install_requires=read_requirements('requirements/requirements.txt'),
Expand Down

0 comments on commit c90b97b

Please sign in to comment.