Skip to content

Commit

Permalink
Added actual release version to setup.py (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmccoll committed Jun 21, 2018
1 parent 8c07973 commit 9d5df10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name="gitlab-changelog-generator",
version="0.1.2",
version="1.0.0",
author="Stuart McColl",
author_email="contact@stuartmccoll.co.uk",
author_email="it@stuartmccoll.co.uk",
description="A small command line utility for generating CHANGELOG.md "
+ "files from GitLab repository commits",
long_description=long_description,
Expand All @@ -21,7 +21,7 @@
install_requires=['requests'],
classifiers=(
"Environment :: Console",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
Expand Down

0 comments on commit 9d5df10

Please sign in to comment.