Skip to content

Commit

Permalink
Docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorDB committed Feb 13, 2021
1 parent dc630b3 commit e6d831e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentation

- [Cards](https://github.com/YegorDB/AGStuff/docs/cards)
- [Dices](https://github.com/YegorDB/AGStuff/docs/dices)
- [Cards](https://github.com/YegorDB/AGStuff/tree/master/docs/cards)
- [Dices](https://github.com/YegorDB/AGStuff/tree/master/docs/dices)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='AGStuff',
version='1.0.2',
version='1.1.0',
description="Abstract games stuff",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -42,7 +42,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
],
keywords='cards',
keywords='cards dices',
packages=find_packages(exclude=['tests*', 'examples*']),
python_requires='>=3.6',
)

0 comments on commit e6d831e

Please sign in to comment.