Skip to content

Commit bbf99a4

Browse files
committed
update to version and test requirements.
1 parent 016557b commit bbf99a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graph/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
major, minor, patch = 2023, 7, 3
1+
major, minor, patch = 2023, 7, 4
22
__version_info__ = (major, minor, patch)
33
__version__ = ".".join(str(i) for i in __version_info__)

test-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pytest >= 7
12
matplotlib >= 3.1

0 commit comments

Comments
 (0)