Skip to content

Commit

Permalink
Update meta data for v1.1.2
Browse files Browse the repository at this point in the history
Update version information in preparation for the 1.1.2 release.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Aug 28, 2024
1 parent 2526b98 commit 6e65399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

MAJOR_VERSION = 1
MINOR_VERSION = 1
PATCH_VERSION = 1
PATCH_VERSION = 2

VERSION = "%d.%d.%d" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="paf",
version="1.1.1",
version="1.1.2",
author="Mattias Rönnblom",
author_email="[email protected]",
description="The Pathfinder Service Discovery Server",
Expand Down

0 comments on commit 6e65399

Please sign in to comment.