Skip to content

Commit

Permalink
Update meta data for 1.0.3
Browse files Browse the repository at this point in the history
Update versioning information in preparation of the 1.0.3 release.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Aug 8, 2022
1 parent 9259196 commit 054e768
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 @@ -17,7 +17,7 @@

MAJOR_VERSION = 1
MINOR_VERSION = 0
PATCH_VERSION = 2
PATCH_VERSION = 3

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.0.2",
version="1.0.3",
author="Mattias Rönnblom",
author_email="[email protected]",
description="The Pathfinder Service Discovery Server",
Expand Down

0 comments on commit 054e768

Please sign in to comment.