Skip to content

Commit

Permalink
Release version v0.2.1
Browse files Browse the repository at this point in the history
(I managed to mess up the commit for v0.2.0, it's not actually on
master. This is identical to v0.2.0 other than some updated pypi
classifiers.)
  • Loading branch information
AbigailBuccaneer committed Dec 16, 2017
1 parent 0315496 commit d5fc532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.1',
description='Generate CMakeLists.txt from a compile_commands.json',
long_description=long_description,
url='https://github.com/AbigailBuccaneer/json2cmake',
Expand All @@ -19,7 +19,7 @@


classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',

'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
Expand All @@ -33,6 +33,7 @@
'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 d5fc532

Please sign in to comment.