Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Aug 10, 2020
1 parent f978b1d commit 2e81227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ data/*
core/api/python/build/*
.idea
.DS_Store

python/build
python/dist
python/serf.egg-info/*
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='serf',
version='0.8',
version='1.1',
packages=find_packages(),
include_package_data=True,
license='BSD License', # example license
Expand Down

0 comments on commit 2e81227

Please sign in to comment.