Skip to content

Commit

Permalink
Version 1.0.2 Updated numpy and pillow versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbons committed Jul 23, 2021
1 parent 15680a0 commit 08bc8a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.18.1
Pillow==7.1.2
numpy==1.21.1
Pillow==8.3.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup, find_namespace_packages

setup(name='wingedsheep-carcassonne',
version='1.0.1',
version='1.0.2',
description='Carcassonne implementation',
author='Vincent Bons',
url='https://github.com/wingedsheep/carcassonne',
download_url='https://github.com/wingedsheep/carcassonne',
license='MIT',
install_requires=['numpy>=1.18.1',
'pillow>=7.1.2'],
install_requires=['numpy>=1.21.1',
'pillow>=8.3.1'],
packages=find_namespace_packages(),
package_data={"": ["*.png", "*.jpg"]})

0 comments on commit 08bc8a4

Please sign in to comment.