Skip to content

Commit

Permalink
Prep for new release (#111)
Browse files Browse the repository at this point in the history
* ignore ds_store

* specify version 0.3

* specify name in __init__
  • Loading branch information
gwaybio authored Jul 15, 2019
1 parent ee2f333 commit fb4aeef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ tests/__pycache__/
.ipynb_checkpoints/
.pytest_cache/
*.ipynb
.DS_Store
4 changes: 1 addition & 3 deletions cytominer_database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
"""
"""
name = "cytominer_database"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='cytominer_database',
version='0.2.0',
version='0.3.0',
author="Shantanu Singh",
author_email="[email protected]",
maintainer="Gregory Way",
Expand Down

0 comments on commit fb4aeef

Please sign in to comment.