Skip to content

Commit

Permalink
rc2 wrong content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 24, 2020
1 parent 6dc0f2a commit 6509668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
with open(os.path.join(here, "README.md")) as f:
long_description = f.read()

long_description_content_type = "text/markdown"
setup_args = dict(
name = name,
version = version_ns['__version__'],
scripts = glob(pjoin('scripts', '*')),
packages = packages,
description = "Traitlets Python configuration system",
long_description= long_description,
long_description_content_type = "text/markdown",
author = 'IPython Development Team',
author_email = 'ipython-dev@python.org',
url = 'https://github.com/ipython/traitlets',
Expand Down
2 changes: 1 addition & 1 deletion traitlets/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (5, 0, 0, "rc1")
version_info = (5, 0, 0, "rc2")

# unlike `.dev`, alpha, beta and rc _must not_ have dots,
# or the wheel and tgz won't look to pip like the same version.
Expand Down

0 comments on commit 6509668

Please sign in to comment.