Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Feb 27, 2024
1 parent b4c6dfc commit c60215f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scarches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
'[email protected]'
])

__version__ = '0.5.10'
__version__ = '0.6.0'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from scarches import __author__, __email__, __version__
except ImportError: # Deps not yet installed
__author__ = __email__ = ''
__version__ = '0.5.10'
__version__ = '0.6.0'

# otherwise readthedocs fails
# because somewhere in the dependency tree there is the sklearn deprecated package
Expand Down Expand Up @@ -45,7 +45,6 @@
"muon",
],
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
'Environment :: Console',
'Framework :: Jupyter',
Expand Down

0 comments on commit c60215f

Please sign in to comment.