Skip to content

Commit

Permalink
Fix pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemos committed Apr 9, 2020
1 parent b267698 commit 3176caf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Warning:

Installation
============
Python 3.6 is required.
Python 3.6 or 3.7 is required.

::

pip install bggcli[2018]
pip install bggcli2018

Usage
Expand Down Expand Up @@ -142,4 +142,4 @@ Links
Final note (by Sylvain Francois)
==========

Does it really deserve such a development? Probably not, but my second goal was to discover the Python ecosystem!
Does it really deserve such a development? Probably not, but my second goal was to discover the Python ecosystem!
2 changes: 1 addition & 1 deletion bggcli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.-'
VERSION = '1.1'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def run_tests(self):
author='Greg Smith <ecomputerd@yahoo.com>, Sylvain Francois <syllant@gmail.com>',
author_email='ecomputerd@yahoo.com',
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Games/Entertainment :: Board Games"
],
cmdclass={'test': PyTest},
Expand All @@ -45,7 +45,7 @@ def run_tests(self):
keywords='bgg boardgamegeek',
license='MIT',
long_description=long_description,
name='bggcli[2018]',
name='bggcli2018',
packages=find_packages(),
py_modules=['bggcli'],
tests_require=["pytest"],
Expand Down

0 comments on commit 3176caf

Please sign in to comment.