Skip to content

Commit

Permalink
Fix one more missing bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Oct 21, 2020
1 parent 513cdce commit 352aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))

setup(name="dataframe_expressions",
version='1.1.0b4',
version=version,
packages=['dataframe_expressions'],
scripts=[],
description="Library to help with accumulating expressions",
Expand Down

0 comments on commit 352aad4

Please sign in to comment.