Skip to content

Commit

Permalink
Prepare for release 1.0.2
Browse files Browse the repository at this point in the history
Update release meta data for 1.0.2.
  • Loading branch information
m-ronnblom committed Apr 13, 2022
1 parent 0b8900d commit 2a6e2dc
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 = 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.0.1",
version="1.0.2",
author="Mattias Rönnblom",
author_email="[email protected]",
description="The Pathfinder Service Discovery Server",
Expand Down

0 comments on commit 2a6e2dc

Please sign in to comment.