Skip to content

Commit e67c015

Browse files
committed
Bump version to 0.3.1
1 parent 38af9e4 commit e67c015

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "pyserialem"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
description = "Python module to read/write SerialEM .nav files."
66
keywords = [
77
"serialem",
@@ -55,10 +55,6 @@ pytest-cov = "==2.*,>=2.8.1"
5555
[tool.poetry.urls]
5656
"Bug Reports" = "https://github.com/stefsmeets/pyserialem/issues"
5757

58-
59-
60-
61-
6258
[tool.dephell.main]
6359
from = {format = "poetry", path = "pyproject.toml"}
6460
to = {format = "setuppy", path = "setup.py"}

pyserialem/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .reader import stitch_map_items
77
from .reader import write_nav_file
88

9-
__version__ = '0.3.0'
9+
__version__ = '0.3.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
long_description=readme,
2323
name='pyserialem',
24-
version='0.3.0',
24+
version='0.3.1',
2525
description='Python module to read/write SerialEM .nav files.',
2626
python_requires='>=3.6.1',
2727
project_urls={

0 commit comments

Comments
 (0)