Skip to content

Commit

Permalink
Bump version to 1.2.0 ahead of release
Browse files Browse the repository at this point in the history
I think a minor version bump is warranted because introducing a platform-dependent dependency with its own dependency tree may have surprising behavior to someone on an Intel Mac who suddenly sees tensorflow-macos installed instead of tensorflow.
  • Loading branch information
colindean authored Feb 23, 2023
1 parent 4784a5c commit e009db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = 'gantman@gmail.com'
AUTHOR = 'Gant Laborde'
REQUIRES_PYTHON = '>=3.5.0'
VERSION = '1.1.1'
VERSION = '1.2.0'

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit e009db6

Please sign in to comment.