Skip to content

Commit 8a9e179

Browse files
committed
non-code changes
1 parent 99ea172 commit 8a9e179

7 files changed

Lines changed: 4 additions & 2 deletions

File tree

cometspy.egg-info/PKG-INFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: cometspy
3-
Version: 0.5.4
3+
Version: 0.6.3
44
Summary: The Python interface to COMETS
55
Author-email: The COMETSPy Core Team <dukovski@bu.edu>
66
License: GNU GENERAL PUBLIC LICENSE
@@ -691,6 +691,7 @@ Description-Content-Type: text/markdown
691691
Requires-Dist: numpy
692692
Requires-Dist: cobra
693693
Requires-Dist: pandas>=1.0.0
694+
Requires-Dist: tqdm
694695

695696

696697
[![Current PyPI version](https://img.shields.io/pypi/v/cometspy.svg)](https://pypi.org/project/cometspy/)

cometspy.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
22
cobra
33
pandas>=1.0.0
4+
tqdm
-51.4 KB
Binary file not shown.

dist/cometspy-0.5.4.tar.gz

-73.6 KB
Binary file not shown.
53.2 KB
Binary file not shown.

dist/cometspy-0.6.3.tar.gz

75.4 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cometspy"
7-
version = "0.6.2"
7+
version = "0.6.3"
88
description = "The Python interface to COMETS"
99
authors = [
1010
{ name = "The COMETSPy Core Team", email = "dukovski@bu.edu" }

0 commit comments

Comments
 (0)