File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " pyserialem"
4- version = " 0.1.0 "
4+ version = " 0.1.2 "
55description = " Python module to read/write SerialEM .nav files."
66keywords = [
77 " serialem" ,
@@ -44,12 +44,14 @@ mrcfile = "^1.1.2"
4444[tool .poetry .dev-dependencies ]
4545check-manifest = " *"
4646pre-commit = " *"
47- pytest = " ^ 5.4.1"
48- pytest-cov = " ^ 2.8.1"
47+ pytest = " ==5.*,>= 5.4.1"
48+ pytest-cov = " ==2.*,>= 2.8.1"
4949
5050[tool .poetry .urls ]
5151"Bug Reports" = " https://github.com/stefsmeets/pyserialem/issues"
5252
53+
54+
5355[tool .dephell .main ]
5456from = {format = " poetry" , path = " pyproject.toml" }
5557to = {format = " setuppy" , path = " setup.py" }
Original file line number Diff line number Diff line change 88from .pyserialem import stitch_map_items
99from .pyserialem import write_nav_file
1010
11- __version__ = '0.1.0 '
11+ __version__ = '0.1.2 '
You can’t perform that action at this time.
0 commit comments