Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcqueen committed Oct 15, 2023
1 parent aec0805 commit 36dd1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cobs"
version = "1.2.0"
version = "1.2.1"
authors = [
{ name = "Craig McQueen", email = "python@craig.mcqueen.id.au" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/cobs/_version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_PATCH = 0
VERSION_PATCH = 1

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

Expand Down

0 comments on commit 36dd1f0

Please sign in to comment.