Skip to content

Commit e1b9917

Browse files
committed
Bump version to 1.0.4
1 parent 6e045ca commit e1b9917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pymc_core"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
authors = [
99
{name = "Lloyd Newton", email = "lloyd@rightup.co.uk"},
1010
]

src/pymc_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Clean, simple API for building mesh network applications.
44
"""
55

6-
__version__ = "1.0.3"
6+
__version__ = "1.0.4"
77

88
# Core mesh functionality
99
from .node.node import MeshNode

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def test_version():
5-
assert __version__ == "1.0.3"
5+
assert __version__ == "1.0.4"
66

77

88
def test_import():

0 commit comments

Comments
 (0)