Changeset - 30e9f1c1e88a
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-05-17 18:10:17
brettcsmith@brettcsmith.org
setup: Version 2.0 for all the recent changes.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -2,13 +2,13 @@
 

	
 
from setuptools import setup
 

	
 
setup(
 
    name='oxrlib',
 
    description="Library to query the Open Exchange Rates (OXR) API",
 
    version='1.7',
 
    version='2.0',
 
    author='Brett Smith',
 
    author_email='brettcsmith@brettcsmith.org',
 
    license='GNU AGPLv3+',
 

	
 
    install_requires=['babel'],
 
    setup_requires=['pytest-runner'],
0 comments (0 inline, 0 general)