Skip to content

Commit efd2cd4

Browse files
committed
4.4
1 parent 722e151 commit efd2cd4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
build/
2+
dist/
23
*.pyc
4+
upload_to_PyPi.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from distutils.core import setup
55
setup(name='vk_api',
6-
version='4.3',
6+
version='4.4',
77
description='Module to use API VKontakte vk.com',
88
author='Kirill Python',
99
author_email='mikeking568@gmail.com',

0 commit comments

Comments
 (0)