File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33**A GUI for managing multiple Python virtual environments **
44
5- .. image :: https://img.shields.io/badge/pypi-v0.3.2 -blue?logo=pypi&logoColor=FFE873
6- :target: https://pypi.org/project/venvipy/0.3.2 /#description
5+ .. image :: https://img.shields.io/badge/pypi-v0.3.3 -blue?logo=pypi&logoColor=FFE873
6+ :target: https://pypi.org/project/venvipy/0.3.3 /#description
77
88.. image :: https://img.shields.io/badge/python-3.6+-blue?logo=python&logoColor=FFE873
99 :target: https://www.python.org/downloads
1010
11- .. image :: https://img.shields.io/badge/pyqt-5.14.0 -darkgreen
11+ .. image :: https://img.shields.io/badge/pyqt-5.15.4 -darkgreen
1212 :target: https://pypi.org/project/PyQt5
1313
1414.. image :: https://pepy.tech/badge/venvipy
Original file line number Diff line number Diff line change 11# pyqt
2- PyQt5 == 5.14.0
2+ PyQt5 == 5.15.4
33PyQt5-sip
44
55# dataclasses
Original file line number Diff line number Diff line change 2828 version = "latest"
2929
3030install_requires = [
31- "PyQt5==5.14.0 " ,
31+ "PyQt5==5.15.4 " ,
3232 "PyQt5-sip" ,
3333 "dataclasses ; python_version<'3.7'"
3434]
4646 author = "sinusphi" ,
47474848 url = "https://github.com/sinusphi/venvipy" ,
49- download_url = "https://github.com/sinusphi/venvipy/archive/v0.3.2 .tar.gz" ,
49+ download_url = "https://github.com/sinusphi/venvipy/archive/v0.3.3 .tar.gz" ,
5050 keywords = [
5151 "python" ,
5252 "python3" ,
Original file line number Diff line number Diff line change 1111from dataclasses import dataclass
1212
1313
14- __version__ = "0.3.2 "
14+ __version__ = "0.3.3 "
1515
1616CFG_DIR = os .path .expanduser ("~/.venvipy" )
1717DB_FILE = os .path .expanduser ("~/.venvipy/py-installs" )
You can’t perform that action at this time.
0 commit comments