Skip to content

Commit

Permalink
release v1.0.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau authored Jun 29, 2023
1 parent 58326aa commit 1be67e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

logger = logging.getLogger("dance")

__version__ = "1.0.0-rc.1"
__version__ = "1.0.0"
__all__ = [
"config",
"logger",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pydance
version = 1.0.0-rc.1
version = 1.0.0
description = Deep Learning for Single-cell Analysis
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1be67e9

Please sign in to comment.