Skip to content

Commit

Permalink
version number should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Aug 19, 2024
1 parent df67cca commit 967cde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybees/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"""

__title__ = "honeybees"
__version__ = 1.0.3
__version__ = "1.0.3"
__email__ = "j.a.debruijn at outlook com"
__status__ = "development"

0 comments on commit 967cde8

Please sign in to comment.