Changeset - 97d8f8fd06d6
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-12-30 20:46:32
brettcsmith@brettcsmith.org
setup: Bump version for new importer from last commit.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -27,13 +27,13 @@ REQUIREMENTS['tests_require'] = [
 
    *all_extras_require,
 
]
 

	
 
setup(
 
    name='import2ledger',
 
    description="Import different sources of financial data to Ledger",
 
    version='0.10.1',
 
    version='0.11.0',
 
    author='Brett Smith',
 
    author_email='brettcsmith@brettcsmith.org',
 
    license='GNU AGPLv3+',
 

	
 
    packages=find_packages(include=['import2ledger', 'import2ledger.*']),
 
    entry_points={
0 comments (0 inline, 0 general)