Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 1d18596

Browse files
committed
keep generated setup.py stencil w/correct permissions
1 parent 25d17af commit 1d18596

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616

1717
from setuptools import setup, find_packages
1818
import subprocess
19-
revision = subprocess.check_output("./bin/revision")
2019

2120
setup(name="transit-python",
22-
version="0.8."+revision,
21+
version="0.8.279",
2322
description="Transit marshalling for Python",
2423
author="Cognitect",
2524
url="https://github.com/cognitect/transit-python",

0 commit comments

Comments
 (0)