Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.1.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Khalymon committed Jan 8, 2017
1 parent e736d9c commit 6d6dbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Sergey Khalymon"""
__email__ = 'sergiykhalimon@gmail.com'
__version__ = '__version__ = '0.1.0''
__version__ = '__version__ = '__version__ = '0.1.0'''

s = annots

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='annots',
version='version='0.1.0'',
version='version='version='0.1.0''',
description="annots is the package that allow to use Python 3.6 variable annotations in handy way.",
long_description=readme + '\n\n' + history,
author="Sergey Khalymon",
Expand Down

0 comments on commit 6d6dbfb

Please sign in to comment.