Skip to content

Commit

Permalink
Merge pull request #148 from in-toto/bump-release
Browse files Browse the repository at this point in the history
Bump release v0.1.1
  • Loading branch information
lukpueh committed Nov 9, 2017
2 parents 7f5eada + 3682ec2 commit 460d9de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog

## in-toto v0.1.0
## in-toto v0.1.1
* Initial pre-release
18 changes: 7 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,20 @@
"""
from setuptools import setup, find_packages

version = "0.1.0"

description = """
A framework to define and secure the integrity of software supply chains"""

long_description = """
To learn more about in-toto visit our source code
`repository on GitHub <https://github.com/in-toto/in-toto/tree/{version}>`__.
""".format(version=version)
version = "0.1.1"

setup(
name="in-toto",
version=version,
author="New York University: Secure Systems Lab",
author_email="in-toto-dev@googlegroups.com",
url="https://in-toto.io",
description=description,
long_description=long_description,
description=("A framework to define and secure the integrity of "
"software supply chains"),
long_description=("To learn more about in-toto visit our source code "
"`repository on GitHub "
"<https://github.com/in-toto/in-toto/tree/{version}>`__."
.format(version=version)),
license="MIT",
keywords="software supply chain security",
classifiers = [
Expand Down

0 comments on commit 460d9de

Please sign in to comment.