Skip to content

Commit dee3e1d

Browse files
committed
increase __version__
1 parent 079ab9c commit dee3e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

venvipy/get_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from bs4 import BeautifulSoup
3232
import requests
3333

34-
__version__ = "0.3.5"
34+
__version__ = "0.3.6"
3535

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

0 commit comments

Comments
 (0)