Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Nov 27, 2024
1 parent bb40080 commit c665324
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pandas>=2.0
tqdm>=4.67.1
pytest<=7.4.0
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pandas
pytest
tqdm
pandas>=2.0
tqdm>=4.67.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
'bin/vrt-meta',
'bin/vrt-merge'
],
python_requires='>=3.6.2',
python_requires='>=3.7.0',
install_requires=[
"pandas>=1.1.5",
"tqdm>=4.64.0",
"pandas>=2.0",
"tqdm>=4.67.1",
],
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down
2 changes: 1 addition & 1 deletion vrt/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.8"

0 comments on commit c665324

Please sign in to comment.