Skip to content

Commit

Permalink
renamed version file to be same as rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 26, 2017
1 parent d18c308 commit 1807580
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

__version__ = None
exec(open("spalloc/version.py").read())
exec(open("spalloc/_version.py").read())
assert __version__

setup(
Expand Down
2 changes: 1 addition & 1 deletion spalloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from spalloc.version import __version__ # noqa
from spalloc._version import __version__ # noqa

# Alias useful objects
from spalloc.protocol_client import ProtocolClient, ProtocolError # noqa
Expand Down
File renamed without changes.

0 comments on commit 1807580

Please sign in to comment.