Skip to content

Commit

Permalink
Release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailBuccaneer committed Dec 16, 2017
1 parent 0ac5622 commit 01bba43
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 @@ -10,7 +10,7 @@

setup(
name='json2cmake',
version='0.1.1',
version='0.2.0',
description='Generate CMakeLists.txt from a compile_commands.json',
long_description=long_description,
url='https://github.com/AbigailBuccaneer/json2cmake',
Expand All @@ -27,12 +27,12 @@
'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
keywords='c c++ cmake development',
packages=find_packages(),
Expand Down

0 comments on commit 01bba43

Please sign in to comment.