update .gitignore
This commit is contained in:
parent
3a8ae90597
commit
c92c0fb6e9
2 changed files with 4 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
*.so
|
|
||||||
*.pyc
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
/MANIFEST
|
||||||
|
/dist
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
major = 2 # VERSION_MAJOR_IDENTIFIER
|
major = 2 # VERSION_MAJOR_IDENTIFIER
|
||||||
minor = 0 # VERSION_MINOR_IDENTIFIER
|
minor = 0 # VERSION_MINOR_IDENTIFIER
|
||||||
# VERSION_LAST_MM 2.0
|
# VERSION_LAST_MM 2.0
|
||||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||||
str = "2.0.0" # VERSION_STRING_IDENTIFIER
|
str = "2.0.1" # VERSION_STRING_IDENTIFIER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue