File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
**A GUI for managing multiple Python virtual environments **
4
4
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
7
7
8
8
.. image :: https://img.shields.io/badge/python-3.6+-blue?logo=python&logoColor=FFE873
9
9
:target: https://www.python.org/downloads
10
10
11
- .. image :: https://img.shields.io/badge/pyqt-5.14.0 -darkgreen
11
+ .. image :: https://img.shields.io/badge/pyqt-5.15.4 -darkgreen
12
12
:target: https://pypi.org/project/PyQt5
13
13
14
14
.. image :: https://pepy.tech/badge/venvipy
Original file line number Diff line number Diff line change 1
1
# pyqt
2
- PyQt5 == 5.14.0
2
+ PyQt5 == 5.15.4
3
3
PyQt5-sip
4
4
5
5
# dataclasses
Original file line number Diff line number Diff line change 28
28
version = "latest"
29
29
30
30
install_requires = [
31
- "PyQt5==5.14.0 " ,
31
+ "PyQt5==5.15.4 " ,
32
32
"PyQt5-sip" ,
33
33
"dataclasses ; python_version<'3.7'"
34
34
]
46
46
author = "sinusphi" ,
47
47
author_email = "sinusphi.sq@gmail.com" ,
48
48
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" ,
50
50
keywords = [
51
51
"python" ,
52
52
"python3" ,
Original file line number Diff line number Diff line change 11
11
from dataclasses import dataclass
12
12
13
13
14
- __version__ = "0.3.2 "
14
+ __version__ = "0.3.3 "
15
15
16
16
CFG_DIR = os .path .expanduser ("~/.venvipy" )
17
17
DB_FILE = os .path .expanduser ("~/.venvipy/py-installs" )
You can’t perform that action at this time.
0 commit comments