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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Khalymon committed Jan 8, 2017
1 parent 3506f47 commit ecf597c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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__ = '0.1.1''''

s = annots

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

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='0.1.1'',
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 ecf597c

Please sign in to comment.