Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Nov 2, 2017
1 parent 74a7a19 commit fe10910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ pip install -e .

## Dependencies

* BioPython
* Pandas
* [BioPython](https://github.com/biopython/biopython): Library for managing and manipulating biological data.
* [Pandas](https://github.com/pandas-dev/pandas): Flexible and powerful data analysis / manipulation library for Python
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion phylopandas/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ ='0.1.1'
__version__ ='0.1.2'

0 comments on commit fe10910

Please sign in to comment.