Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add version string #11

Open
thinrope opened this issue Apr 10, 2024 · 0 comments
Open

Please add version string #11

thinrope opened this issue Apr 10, 2024 · 0 comments

Comments

@thinrope
Copy link

Hi there,

While this project may not be in very active development, it will be a good idea to have a version interface.

The end result in flor/__init__.py should be something like:

# DCSO - Flor
# Copyright (c) 2016, 2017, DCSO GmbH. All rights reserved.

from .filter import BloomFilter
from .fnv import fnv_1, fnv_1a

__version__ = '1.1.3'

Of course where you get this version from and how you manage it on github is up to you - there are many possibilities. And update the copyright :-)

I am working on packaging latest plaso for Gentoo, so I added this patch directly in my overlay, will be happy to have it upstreamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant