Skip to content

Commit

Permalink
fix version number in installed python files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Jan 24, 2021
1 parent ab59a58 commit bbf5397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if len(sys.argv) > 1 and sys.argv[1] == "bdist_wininst":

setup(
name="freppledb",
version="@PACKAGE_VERSION@",
version="@PROJECT_VERSION@",
package_dir={ "": "@CMAKE_CURRENT_SOURCE_DIR@" },
author="frepple.com",
author_email="info@frepple.com",
Expand Down

0 comments on commit bbf5397

Please sign in to comment.