Skip to content

Commit bca8f08

Browse files
committed
Bump package version; include six install
1 parent 9677026 commit bca8f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
from setuptools import setup, find_packages
66

7-
install_requires = ["gym"]
7+
install_requires = ["gym", "six"]
88
with open("README.md", "r") as fp:
99
long_description = fp.read()
1010

1111
setup(
1212
name="fomoro-pyoneer",
13-
version="0.2.0",
13+
version="0.3.0",
1414
author="Fomoro AI",
1515
author_email="team@fomoro.com",
1616
description="Tensor utilities, reinforcement learning, and more!",

0 commit comments

Comments
 (0)