Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to 2.0.1 #358

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oss_src/unity/lib/version_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* of the BSD license. See the LICENSE file for details.
*/

#define __UNITY_VERSION__ "1.10"//#{{VERSION_STRING}}
#define __UNITY_VERSION__ "2.0.1"//#{{VERSION_STRING}}
2 changes: 1 addition & 1 deletion oss_src/unity/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
sys.stderr.write(msg)
sys.exit(1)

version_number='1.9'#{{VERSION_STRING}}
version_number='2.0.1'#{{VERSION_STRING}}
setup(
name="SFrame",
version=version_number,
Expand Down
4 changes: 2 additions & 2 deletions oss_src/unity/python/sframe/version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
'''

# python egg version
__VERSION__ = '1.9'#{{VERSION_STRING}}
version = '1.9'#{{VERSION_STRING}}
__VERSION__ = '2.0.1'#{{VERSION_STRING}}
version = '2.0.1'#{{VERSION_STRING}}
build_number = '0'#{{BUILD_NUMBER}}