Skip to content
Snippets Groups Projects
Commit 76178709 authored by nimrod's avatar nimrod
Browse files

- Store version in VERSION file.

parent 1351703b
No related branches found
No related tags found
No related merge requests found
0.2.1
\ No newline at end of file
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='unshare',
version='0.2.0',
version=open('VERSION', 'r').read(),
description='Pure Python Linux namespace management.',
long_description=open('README.rst', 'r').read(),
url='https://www.shore.co.il/git/python-unshare',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment