Skip to content

Commit

Permalink
Manual versioning as SCM fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Feb 17, 2020
1 parent 679ac62 commit 85b8532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ universal = 1
[flake8]
exclude = docs

[aliases]

[tool:pytest]
norecursedirs = tests/helpers
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/zfit/phasespace',
use_scm_version=True,
# use_scm_version=True,
version="1.1.1",
zip_safe=False,
)

0 comments on commit 85b8532

Please sign in to comment.