Skip to content

Commit

Permalink
hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dianelee217 committed Feb 24, 2021
1 parent d77809a commit 987b4a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion rubicon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Rubicon,
)

from .version import __version__
__version__ = "0.1.0"

__all__ = [
"Artifact",
Expand Down
11 changes: 0 additions & 11 deletions rubicon/version.py

This file was deleted.

4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from setuptools import find_packages, setup

from rubicon.version import __version__

install_requires = [
"click>=7.1",
"dask[dataframe]>=2.12.0",
Expand All @@ -25,7 +23,7 @@

setup(
name="rubicon",
version=__version__,
version="0.1.0",
author="Joe Wolfe, Ryan Soley, Diane Lee, Mike McCarty, CapitalOne",
license='Apache License, Version 2.0',
description="an ML library for model development and governance",
Expand Down

0 comments on commit 987b4a9

Please sign in to comment.