1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 10:22:01 +02:00

(v2.1.1.9109) another version bump

This commit is contained in:
2024-11-21 22:02:34 +01:00
parent 38bb36ca19
commit 7f4ea96c09
10 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: AMR
Version: 2.1.1.9107
Version: 2.1.1.9109
Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR
Author: Dr. 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.9107',
version='2.1.1.9109',
packages=find_packages(),
install_requires=[
'rpy2',