Skip to content

Commit

Permalink
added v0.0.3
Browse files Browse the repository at this point in the history
- added web browser
  • Loading branch information
samapriya committed Nov 13, 2023
1 parent b2f50d5 commit bdab0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion happywhale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "Samapriya Roy"
__email__ = "[email protected]"
__version__ = "0.0.2"
__version__ = "0.0.3"
1 change: 1 addition & 0 deletions happywhale/happywhale.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import re
import subprocess
import sys
import webbrowser
from os.path import expanduser

import geojson
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setuptools.setup(
name="happywhale",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
url="https://github.com/samapriya/happywhale",
install_requires=[
Expand Down

0 comments on commit bdab0c9

Please sign in to comment.