Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Change version because 0.2.0 was uploaded by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Velez committed Nov 14, 2015
1 parent ddea37a commit b17ee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cstats/cstats.py
Expand Up @@ -30,7 +30,7 @@
from docopt import docopt

__author__ = 'Miguel Velez - miguelvelezmj25'
__version__ = '0.2.0.15'
__version__ = '0.2.1.1'

__cstats_version = 'cstats version "' + __version__ + '"\n' \
'author "' + __author__ + '"'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='cstats',
version='0.2.0',
version='0.2.1',
description='cstats generates information about your file directory.',
long_description=open('README.rst').read(),
url='https://github.com/mijecu25/cstats',
Expand Down

0 comments on commit b17ee75

Please sign in to comment.