Skip to content

Commit

Permalink
Merge pull request #7 from spapa013/main
Browse files Browse the repository at this point in the history
fix get_latest_version_from_github
  • Loading branch information
spapa013 authored Nov 17, 2021
2 parents 14eb4d2 + ca90dc4 commit b2dc701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microns_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .version import __version__

def get_latest_version_from_github():
return version_utils.get_latest_version_from_github(repo='microns-utils', user='cajal', branch='main', source='commit', path_to_version_file='microns_utils/version.py', tag=None, warn=True)
return version_utils.get_latest_version_from_github(repo='microns-utils', owner='cajal', branch='main', source='commit', path_to_version_file='microns_utils/version.py', tag=None, warn=True)
2 changes: 1 addition & 1 deletion microns_utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit b2dc701

Please sign in to comment.