Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
version as str (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrichie5 authored Jan 17, 2023
1 parent bbdaac4 commit 7a4407b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

this_directory = Path(__file__).parent
VERSION = (this_directory / "VERSION").read_text().strip()
VERSION = "0.0.5"

setup(
name="panther_detections",
Expand Down

0 comments on commit 7a4407b

Please sign in to comment.