Skip to content

Commit

Permalink
Merge pull request #51 from edx/awais786/BOM-68-re-fix
Browse files Browse the repository at this point in the history
BOM-68
  • Loading branch information
awais786 authored Jul 30, 2019
2 parents 2dd7d57 + c47aa15 commit 310d250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os

from setuptools import find_packages, setup
from six.moves import range


def read(fname):
Expand Down Expand Up @@ -40,7 +39,7 @@ def build_media_pattern(base_folder, file_extension):

setup(
name = "django-wiki",
version="0.0.22",
version="0.0.23",
author="Benjamin Bach",
author_email="[email protected]",
description=("A wiki system written for the Django framework."),
Expand Down

0 comments on commit 310d250

Please sign in to comment.