Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
karink520 authored Aug 24, 2021
1 parent de3c570 commit 2f9fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyei/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A package for rpv and ecological inference"""
__version__ = "0.1.0"
__version__ = "0.1.1"
from .two_by_two import *
from .goodmans_er import *
from .plot_utils import *
Expand Down

0 comments on commit 2f9fa9a

Please sign in to comment.