Skip to content

Commit

Permalink
Switch to 0.3.10 (hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Feb 16, 2021
1 parent 9084a5b commit 0c3bf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pingouin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .config import *

# Current version
__version__ = "0.3.9"
__version__ = "0.3.10"

# Warn if a newer version of Pingouin is available
from outdated import warn_if_outdated
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):
MAINTAINER_EMAIL = '[email protected]'
URL = 'https://pingouin-stats.org/index.html'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/pingouin/'
VERSION = '0.3.9'
VERSION = '0.3.10'
PACKAGE_DATA = {'pingouin.data.icons': ['*.svg']}

INSTALL_REQUIRES = [
Expand Down

0 comments on commit 0c3bf73

Please sign in to comment.