1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-26 03:55:46 +02:00

(v2.1.1.9153) mic plot fix

This commit is contained in:
2025-02-22 21:26:38 +01:00
parent 671d657fd8
commit abb5602532
12 changed files with 140 additions and 129 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.2
Name: AMR
Version: 2.1.1.9152
Version: 2.1.1.9153
Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR
Author: Matthijs Berends

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='AMR',
version='2.1.1.9152',
version='2.1.1.9153',
packages=find_packages(),
install_requires=[
'rpy2',