Skip to content

Commit

Permalink
Merge pull request #251 from LSSTDESC/fix_version
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
sschmidt23 authored Sep 13, 2022
2 parents a704fce + 123ceee commit 3e3d612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __pycache__/

# Distribution / packaging
.Python
rail/core/_version.py
src/rail/core/_version.py
build/
develop-eggs/
dist/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup(setup_requires=['setuptools_scm'])

0 comments on commit 3e3d612

Please sign in to comment.