Compare commits
1 Commits
wallabag_a
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
944e1302d8 |
2
setup.py
2
setup.py
@@ -23,6 +23,8 @@ setup(
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Communications',
|
||||
],
|
||||
install_requires=install_requires,
|
||||
include_package_data=True,
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
VERSION = (1, 0, 0) # PEP 386
|
||||
VERSION = (1, 0, 1) # PEP 386
|
||||
__version__ = ".".join([str(x) for x in VERSION])
|
||||
Reference in New Issue
Block a user