Skip to content

Commit

Permalink
version 0.3.2 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed Sep 8, 2021
1 parent c70360b commit 4966c13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name="qhub_jupyterhub_theme",
version='0.3.1',
version='0.3.2',
description="QHub jupyterhub theme",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/quansight/qhub_jupyterhub_theme",
url="https://github.com/Quansight/qhub-jupyterhub-theme",
author="Quansight",
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -42,7 +42,7 @@
},
include_package_data=True,
project_urls={
"Bug Reports": "https://github.com/quansight/qhub_jupyterhub_theme",
"Source": "https://github.com/quansight/qhub_jupyterhub_theme",
"Bug Reports": "https://github.com/Quansight/qhub-jupyterhub-theme",
"Source": "https://github.com/Quansight/qhub-jupyterhub-theme",
},
)

0 comments on commit 4966c13

Please sign in to comment.