Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdemat committed Nov 17, 2024
1 parent c212380 commit 8989817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmstruct/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env = DefaultEnvironment().Clone()
# Variables definitions below work only with 0.98.1 or later.
env.EnsureSConsVersion(0, 98, 1)

env['version_str'] = "0.15.9"
env['version_str'] = "0.15.10"

#Adds option for selecting desired python version
AddOption('--python-version', dest='python_version', type='string', help="Python version to build libmstruct against."\
Expand Down

0 comments on commit 8989817

Please sign in to comment.