Skip to content

Commit

Permalink
build: generate version (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 27, 2021
1 parent 48c3112 commit d0cfd46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Luis Mayta <[email protected]>",
"license": "MIT",
"stylintrc": ".stylintrc",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"clean": "rimraf dist .next out build",
"clean:all": "yarn clean node_modules",
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
files = package.json
commit = False
tag = False
current_version = 0.0.0
current_version = 0.1.0

[bumpversion:file:setup.cfg]
search = {current_version}
Expand All @@ -23,7 +23,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
doctests = True
inline-quotes = single
accept-encodings = utf-8
per-file-ignores =
per-file-ignores =
tests/*.py: S101, Z432
hooks/*.py: T001
**/*.py: D100, D104, D106, D401, X100
Expand Down Expand Up @@ -62,7 +62,7 @@ test = pytest

[tool:pytest]
norecursedirs = "build" "docs" "docs[\/]_build" ".egg"
addopts =
addopts =
-s -v
--cov zsh-notify
--cov-report html
Expand Down

0 comments on commit d0cfd46

Please sign in to comment.