Skip to content

Commit

Permalink
Next Development Iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
lnrekerle committed Sep 28, 2023
1 parent 1b3d85d commit 5880b55
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 @@ -51,7 +51,7 @@
# The short X.Y version.
version = u'0.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0'
release = u'0.1.1dev'

# 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/genophenocorr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

from .constants import VariantEffect

__version__ = "0.1.0"
__version__ = "0.1.1dev"

0 comments on commit 5880b55

Please sign in to comment.