Skip to content

Commit 36dd1f0

Browse files
committed
Version 1.2.1
1 parent aec0805 commit 36dd1f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "cobs"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
authors = [
99
{ name = "Craig McQueen", email = "python@craig.mcqueen.id.au" },
1010
]

src/cobs/_version/__init__.py

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

1515
VERSION_MAJOR = 1
1616
VERSION_MINOR = 2
17-
VERSION_PATCH = 0
17+
VERSION_PATCH = 1
1818

1919
VERSION_STRING = '%s.%s.%s' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
2020

0 commit comments

Comments
 (0)