Skip to content

Commit

Permalink
Merge pull request #105 from mggg/version-number
Browse files Browse the repository at this point in the history
Incrementing version number
  • Loading branch information
karink520 authored Jul 20, 2022
2 parents a675416 + e1051ef commit 3aa8f38
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.4"
__version__ = "1.0.0"
from .two_by_two import *
from .goodmans_er import *
from .plot_utils import *
Expand Down

0 comments on commit 3aa8f38

Please sign in to comment.