Skip to content

Commit

Permalink
Merge pull request #38 from qubvel/release/1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
qubvel authored Oct 4, 2019
2 parents c3b3015 + 4a1c9c2 commit f70f752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ deploy:
on:
tags: true
skip_existing: true
distributions: "sdist bdist_wheel"
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md LICENSE
include README.md LICENSE requirements.txt
2 changes: 1 addition & 1 deletion classification_models/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 0, '0b1')
VERSION = (1, 0, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit f70f752

Please sign in to comment.