We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ed3f5 commit b4817ceCopy full SHA for b4817ce
2 files changed
README.md
@@ -1,3 +1,4 @@
1
+[](https://badge.fury.io/py/multiscale-statistical-analysis)
2
# Multiscale-Statistical-Analysis
3
## About
4
This is a standalone multiscale analysis software developed by [Nathaniel Rutkowski](https://github.com/nrutkowski1).
src/multi_stat_analysis/__main__.py
@@ -22,12 +22,11 @@
22
from StatsTestsUI import TtestDialog
23
from StatsTestsUI import ANOVAtestDialog
24
25
-
26
#import faulthandler
27
#faulthandler.enable()
28
29
__name__ = 'Multiscale Statisitcal Analysis'
30
-__version__ = '0.1.1'
+__version__ = '0.3.0'
31
__license__ = 'MIT'
32
__author__ = 'Matthew Spofford, Nathaniel Rutkowski'
33
__author_email__ = 'mespofford@wpi.edu'
0 commit comments