Skip to content

Commit 5c8bcab

Browse files
committed
release VenviPy 0.3.3
1 parent cc4b1ba commit 5c8bcab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyqt
2-
PyQt5==5.14.0
2+
PyQt5==5.15.4
33
PyQt5-sip
44

55
# dataclasses

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
version = "latest"
2929

3030
install_requires = [
31-
"PyQt5==5.14.0",
31+
"PyQt5==5.15.4",
3232
"PyQt5-sip",
3333
"dataclasses ; python_version<'3.7'"
3434
]
@@ -46,7 +46,7 @@
4646
author="sinusphi",
4747
author_email="sinusphi.sq@gmail.com",
4848
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",

venvipy/get_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from dataclasses import dataclass
1212

1313

14-
__version__ = "0.3.2"
14+
__version__ = "0.3.3"
1515

1616
CFG_DIR = os.path.expanduser("~/.venvipy")
1717
DB_FILE = os.path.expanduser("~/.venvipy/py-installs")

0 commit comments

Comments
 (0)