Skip to content

Commit

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

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Nov 11, 2022
1 parent 6c4faf2 commit 8b68fb1
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 = 3
PATCH_VERSION = 4

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

0 comments on commit 8b68fb1

Please sign in to comment.