Skip to content

Commit

Permalink
Merge pull request #192 from pyiron/fix_versioneer
Browse files Browse the repository at this point in the history
Fix versioneer
  • Loading branch information
jan-janssen committed Nov 21, 2022
2 parents a0894dc + 97cf717 commit 6682de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
'matplotlib==3.6.2',
'numpy==1.23.4',
'pandas==1.5.1',
]
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 6682de9

Please sign in to comment.