Skip to content

Commit

Permalink
version bump and minor fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Aug 2, 2020
1 parent 5796b63 commit e6115e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -15,7 +15,7 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
11 changes: 8 additions & 3 deletions setup.py
Expand Up @@ -303,12 +303,17 @@ def load_project_properties():
license="Apache License 2.0",
# https://pypi.org/classifiers/
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Development Status :: 1 - Planning",
"Environment :: MacOS X",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications :: Qt",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Topic :: Desktop Environment :: File Managers",
"Topic :: Multimedia :: Graphics :: Viewers"
]
)
2 changes: 1 addition & 1 deletion src/friendlypics2/version.py
@@ -1,2 +1,2 @@
# pylint: disable=missing-module-docstring
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit e6115e2

Please sign in to comment.