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

(v2.1.1.9143) unit tests

This commit is contained in:
2025-02-07 19:18:55 +01:00
parent cc2bb151ab
commit 2171f05951
11 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.2
Name: AMR
Version: 2.1.1.9142
Version: 2.1.1.9143
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.9142',
version='2.1.1.9143',
packages=find_packages(),
install_requires=[
'rpy2',