Skip to content

Commit

Permalink
Forgot to put new modules in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepw committed May 15, 2019
1 parent 35bcee6 commit 0025933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Meta-data
NAME = 'wikiwall'
VERSION = '0.2.0'
VERSION = '0.2.1'
DESCRIPTION = 'Set desktop background to random Wikiart image.'
AUTHOR = 'Kyle Weeks'
EMAIL = 'kylepw@gmail.com'
Expand Down Expand Up @@ -72,7 +72,7 @@ def run(self):
author_email=EMAIL,
url=URL,
license='MIT License',
py_modules=['wikiwall'],
py_modules=['wikiwall', 'db', 'utils'],
test_suite='tests',
install_requires=REQUIRED,
classifiers=[
Expand Down

0 comments on commit 0025933

Please sign in to comment.