zeek/auxil/zeek-aux/testing/Baseline/update-changes.replace-version-in-python-package/__init__.py
Tim Wojtulewicz a1d0cebca4 Add cleaned-up version of zeek-aux
This is the zeek-aux repository with all of the git-related stuff removed,
including all of the pre-commit configuration files, git directories,
and submodules. It has a modified version of the CMake configuration
that uses Zeek's variables and paths, making zeek-aux effectively just a
subdirectory to Zeek. All of the source files now have Zeek's license
header in them as well.
2025-09-11 13:00:53 -07:00

7 lines
374 B
Python

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
__version__ = "1.0.0.dev2", # with comment
__version__ = "1.0.0.dev2", # another comment
__version__ = "1.0.0.dev2", # Python style
__version__ = "0.0.1.nope" # should not change
version = "0.0.1" # should not change
print('Additional change')