kopia lustrzana https://github.com/longclawshop/longclaw
rodzic
9e3edccf00
commit
d7f5bd46a9
|
@ -1,2 +1,2 @@
|
|||
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "0.2.1"
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 0.2.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
[bumpversion:file:longclaw/__init__.py]
|
||||
|
||||
[wheel]
|
||||
|
@ -12,10 +10,11 @@ universal = 1
|
|||
|
||||
[flake8]
|
||||
ignore = D203
|
||||
exclude =
|
||||
exclude =
|
||||
.git,
|
||||
.tox
|
||||
docs/source/conf.py,
|
||||
build,
|
||||
dist
|
||||
max-line-length = 119
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue