Skip to content

Commit

Permalink
Fix for setup.py versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed May 21, 2018
1 parent 75ba481 commit 99936f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0', # Required
version='0.1.1', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand All @@ -67,7 +67,7 @@
#
# This field corresponds to the "Description-Content-Type" metadata field:
# https://packaging.python.org/specifications/core-metadata/#description-content-type-optional
long_description_content_type='text/markdown', # Optional (see note above)
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM', # Optional (see note above)

# This should be a valid link to your project's main homepage.
#
Expand Down

0 comments on commit 99936f6

Please sign in to comment.