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 1b45d91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,12 @@
History
=======

0.1.1 (2017-01-08)
------------------

* Add few tests


0.1.0 (2017-01-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion annot/__init__.py
Expand Up @@ -4,7 +4,7 @@

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

s = annots

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -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
Expand Up @@ -19,7 +19,7 @@

setup(
name='annots',
version='version='0.1.0'',
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 1b45d91

Please sign in to comment.