Skip to content

Commit e0c3bb9

Browse files
committed
Bump version
1 parent ed9cf05 commit e0c3bb9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "pyserialem"
4-
version = "0.1.0"
4+
version = "0.1.2"
55
description = "Python module to read/write SerialEM .nav files."
66
keywords = [
77
"serialem",
@@ -44,12 +44,14 @@ mrcfile = "^1.1.2"
4444
[tool.poetry.dev-dependencies]
4545
check-manifest = "*"
4646
pre-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]
5456
from = {format = "poetry", path = "pyproject.toml"}
5557
to = {format = "setuppy", path = "setup.py"}

pyserialem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .pyserialem import stitch_map_items
99
from .pyserialem import write_nav_file
1010

11-
__version__ = '0.1.0'
11+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)