Skip to content

Commit

Permalink
Fix package for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Olek Golovatyi committed Aug 14, 2020
1 parent e8b0703 commit b526e1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v2.0.0
## v2.1.0

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(fname):
"Source Code": "https://github.com/tableau/TabPy",
},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -111,7 +111,7 @@ def read(fname):
"sklearn",
"textblob",
],
test_suite="tests",
test_suite="pytest",
)


Expand Down
2 changes: 1 addition & 1 deletion tabpy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
Empty file added tabpy/tabpy_server/__init__.py
Empty file.

0 comments on commit b526e1a

Please sign in to comment.