Skip to content

Commit

Permalink
tick 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Eichhorn committed Aug 25, 2017
1 parent 3956c42 commit a84ba73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,4 +1,4 @@
deviantart 0.1.4
deviantart 0.1.5
======================================

'deviantart' is a python package that provides easy access to the deviantart API.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -2,12 +2,12 @@

setup(
name="deviantart",
version="0.1.4",
version="0.1.5",
description="A Python wrapper for the DeviantArt API",
url='https://github.com/neighbordog/deviantart',
url="https://github.com/neighbordog/deviantart",
author="Kevin Eichhorn",
author_email="kevineichhorn@me.com",
license='MIT',
license="MIT",
packages=["deviantart"],
install_requires=[
"sanction"
Expand Down

0 comments on commit a84ba73

Please sign in to comment.