Skip to content

Commit

Permalink
bump version to 8.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Jun 7, 2022
1 parent 0e4a7d4 commit bd1b064
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
@@ -1,9 +1,9 @@
"""The setup script for installing and distributing the nes-py package."""
import os
from glob import glob

from setuptools import setup, find_packages, Extension


# set the compiler for the C++ framework
os.environ['CC'] = 'g++'
os.environ['CCX'] = 'g++'
Expand Down Expand Up @@ -37,7 +37,7 @@

setup(
name='nes_py',
version='8.1.8',
version='8.1.9',
description='An NES Emulator and OpenAI Gym interface',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bd1b064

Please sign in to comment.