Skip to content

Commit

Permalink
Next development iteration 0.3.1.dev0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Sep 4, 2024
1 parent f23741a commit 9edc345
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 @@ -62,7 +62,7 @@
# The short X.Y version.
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.3.0'
release = u'0.3.1.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,4 +2,4 @@
GPSEA is a library for analyzing genotype-phenotype correlations in cohorts of rare disease patients.
"""

__version__ = "0.3.0"
__version__ = "0.3.1.dev0"

0 comments on commit 9edc345

Please sign in to comment.