mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-25 15:34:42 +00:00
Version bump
This commit is contained in:
parent
854bedf48e
commit
abd8646ca8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -3,9 +3,10 @@ from setuptools import setup, find_packages
|
|||
import os
|
||||
if 'vagrant' in str(os.environ):
|
||||
del os.link
|
||||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='1.0.0',
|
||||
version='1.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview',
|
||||
|
|
|
|||
Loading…
Reference in a new issue