Skip to content

Commit

Permalink
Next development iteration v0.9.4.dev0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Jan 28, 2025
1 parent 1c0c4e2 commit 7136c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = u'0.9'
# The full version, including alpha/beta/rc tags.
release = u'0.9.3'
release = u'0.9.4.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/gpsea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GPSEA is a library for finding genotype-phenotype associations.
"""

__version__ = "0.9.3"
__version__ = "0.9.4.dev0"

_overwrite = False
"""
Expand Down

0 comments on commit 7136c96

Please sign in to comment.