Skip to content

Commit

Permalink
Update version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Jun 11, 2019
1 parent ca16b00 commit b9a2356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,12 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="3.0.5",
version="3.0.6",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
license="LICENSE.txt",
description="Clade is a tool for extracting information about software build process and source code",
long_description=open("README.rst", encoding="utf8").read(),
python_requires=">=3.4",
packages=["clade"],
Expand Down

0 comments on commit b9a2356

Please sign in to comment.