Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzner committed Feb 14, 2018
1 parent b00336a commit 1ca6a47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion privileged_residues/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Brian D. Weitzner"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.2.0'
4 changes: 2 additions & 2 deletions 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.2.0
commit = True
tag = True

Expand All @@ -19,4 +19,4 @@ exclude = docs

[aliases]
test = pytest
# Define setup.py command aliases here

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

setup(
name='privileged_residues',
version='0.1.0',
version='0.2.0',
description="Privileged Residues contains methods for placing residues on the surface of a target protein that can be added to a RIF.",
long_description=readme + '\n\n' + history,
author="Brian D. Weitzner",
Expand Down

0 comments on commit 1ca6a47

Please sign in to comment.