Skip to content

Commit 101aef1

Browse files
committed
Version updated.
1 parent 4c6085c commit 101aef1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gitmodules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__credits__ = ['kuyaki']
44
__maintainer__ = 'kuyaki'
55
__date__ = '2020/10/02'
6-
__version__ = '0.0.1'
6+
__version__ = '0.0.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author=gitmodules.__author__,
1212
author_email='kuzma.yakimets@huawei.com',
1313
url='https://github.com/kuyaki/gitmodules',
14-
download_url='https://github.com/kuyaki/gitmodules/archive/v0.0.1.tar.gz',
14+
download_url='https://github.com/kuyaki/gitmodules/archive/v0.0.2.tar.gz',
1515
keywords=['git', 'submodules', 'submodule', 'module', 'gitmodules', 'gitmodule', 'python', 'import'],
1616
classifiers=[
1717
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable"

0 commit comments

Comments
 (0)