Skip to content

Commit

Permalink
Remove some printf debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 10, 2024
1 parent d073e59 commit 7384157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ namespace :py do
new_version = old_version + ".dev#{Time.now.strftime("%Y%m%d%H%M")}"
else
new_version = updated_version(old_version.gsub(/\.dev\d+$/, ''), arguments[:version])
puts "Calculated new version to be #{new_version}"
end

['py/setup.py',
Expand Down

0 comments on commit 7384157

Please sign in to comment.