Skip to content

Commit

Permalink
Fix __version__ value (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Aug 9, 2024
1 parent c80c974 commit 5aa6b69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/markus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@
HISTOGRAM = "histogram"

__all__ = ["configure", "get_metrics", "INCR", "GAUGE", "TIMING", "HISTOGRAM"]

# x.y.z or x.y.z.dev0 -- semver
__version__ = "4.2.0"

0 comments on commit 5aa6b69

Please sign in to comment.