Skip to content

Commit d34d347

Browse files
committed
Bump version number and add deprecation requires
1 parent 1052b70 commit d34d347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name = "DerPyBooru_Nullforce",
1515
# Versions should comply with PEP 440:
1616
# https://www.python.org/dev/peps/pep-0440/
17-
version = "0.9.0",
17+
version = "0.9.1",
1818
description = "Python bindings for Derpibooru's API",
1919
long_description = long_description,
2020
long_description_content_type = "text/markdown",
@@ -24,7 +24,7 @@
2424
license = "Simplified BSD License",
2525
platforms = ["any"],
2626
packages = find_packages(exclude=["tests"]),
27-
install_requires = ["requests"],
27+
install_requires = ["requests", "deprecation"],
2828
include_package_data = True,
2929
#download_url = "https://github.com/joshua-stone/DerPyBooru/tarball/0.7.2",
3030
# For a list of valid classifiers, see https://pypi.org/classifiers/

0 commit comments

Comments
 (0)