Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Beaumont committed Mar 11, 2015
1 parent 77015b8 commit cffd9c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():

setup(
name='pyhgvs',
version='0.9.3',
version='0.9.4',
description='HGVS name parsing and formatting',
long_description=description,
author='Matt Rasmussen',
Expand All @@ -33,7 +33,8 @@ def main():
scripts=[],
install_requires=['pip>=1.2'],
tests_require=[str(line.req) for line in
parse_requirements('requirements-dev.txt', session=PipSession())],
parse_requirements('requirements-dev.txt',
session=PipSession())],
)

if __name__ == '__main__':
Expand Down

0 comments on commit cffd9c0

Please sign in to comment.