Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 4505190

Browse files
committed
fix merge
1 parent 18a5639 commit 4505190

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
with open("requirements.txt", "r", encoding="utf-8") as fh:
1111
dependencies = [l.strip() for l in fh]
1212

13-
<<<<<<< HEAD
1413

1514
VERSION = "6.0.0dev"
16-
=======
17-
VERSION = "5.10.0"
18-
>>>>>>> master
1915

2016
# These pre-install hooks are useful to make sure any pre-requisite
2117
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)