Skip to content

Commit

Permalink
Preparing version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Dec 18, 2024
1 parent e4174b9 commit a892568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion janus/janus.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# Versions

# 10000*major + 100*minor + patch
version_num=10500
version_num=10501

def version_str(num=version_num):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
PLLIB="libswipl"

setup(name='janus_swi',
version='1.5.0',
version='1.5.1',
description="Janus library to call SWI-Prolog",
author="Jan Wielemaker",
author_email="[email protected]",
Expand Down

0 comments on commit a892568

Please sign in to comment.