We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0392e06 commit 6c73e61Copy full SHA for 6c73e61
setup.py
@@ -1,9 +1,9 @@
1
from distutils.core import setup
2
3
setup(
4
- name='os-android-files-injector',
+ name='os_android_files_injector',
5
packages=['os_android_files_injector'],
6
- version='1.03', # Start with a small number and increase it with every change you make
+ version='1.04', # Start with a small number and increase it with every change you make
7
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
8
description='a bunch of tools for python xcode project development ', # Give a short description about your library
9
author='Oz Shabat', # Type in your name
0 commit comments