Skip to content
Snippets Groups Projects
Commit 4f0aec5c authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake

parent 2d814c58
No related branches found
No related tags found
1 merge request!58Release 0.1.0.dev2
...@@ -2,9 +2,11 @@ from setuptools import setup, find_packages ...@@ -2,9 +2,11 @@ from setuptools import setup, find_packages
VERSION = "0.1.0.dev2" VERSION = "0.1.0.dev2"
def write_version_py(): def write_version_py():
with open("force_bdss/__version__.py", "w") as f: with open("force_bdss/__version__.py", "w") as f:
f.write("VERSION = '{}'".format(VERSION)) f.write("VERSION = '{}'\n".format(VERSION))
write_version_py() write_version_py()
......
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