Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Initialize second minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
erayaydin committed Jun 21, 2017
1 parent 293f353 commit 69d4ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -3,4 +3,6 @@ v0.1.1, 2017-06-21 -- Added support for copy stubs folder to lib
v0.1.2, 2017-06-21 -- Distutils to setuptools for distribution
v0.1.3, 2017-06-21 -- Switched using `console_scripts` of `setuptools`
v0.1.4, 2017-06-21 -- Dropped `getopt` and used `argparse`
v0.1.5, 2017-06-21 -- Used Resource Manager API from setuptools.
v0.1.5, 2017-06-21 -- Used Resource Manager API from setuptools.

v0.2.0, 2017-06-21 -- Initialize second minor version
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='XGraphic',
version='0.1.5',
version='0.2.0',
description='Switching between nvidia and bumblebee',
author='Eray AYDIN',
author_email='eray@labkod.com',
Expand Down

0 comments on commit 69d4ba5

Please sign in to comment.