##// END OF EJS Templates
version bump, requirement of kerying >= 0.3
Marcin Kasperski -
r66:e73264f9 0.4.3 default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1
1
2 version = '0.4.2'
2 version = '0.4.3'
3
3
4 try:
4 try:
5 from setuptools import setup, find_packages
5 from setuptools import setup, find_packages
@@ -31,6 +31,6 b' setup('
31 'Topic :: Software Development :: Libraries :: Python Modules',
31 'Topic :: Software Development :: Libraries :: Python Modules',
32 'Topic :: Software Development :: Version Control'
32 'Topic :: Software Development :: Version Control'
33 ],
33 ],
34 install_requires = ['keyring'],
34 install_requires = ['keyring>=0.3'],
35 zip_safe = True,
35 zip_safe = True,
36 )
36 )
General Comments 0
You need to be logged in to leave comments. Login now