briancurtin / deprecation

A library to handle automated deprecations
Apache License 2.0
88 stars 31 forks source link

Installed version "2.0.2", but the loaded package said "1.0" #27

Closed kimyen closed 6 years ago

kimyen commented 6 years ago
[kimyentruong@sage-mac0045:~/Documents/synapsePythonClient] $python
Python 3.6.2 (default, Jul 17 2017, 16:44:45) 
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import deprecation
>>> deprecation.__version__
'1.0'
[kimyentruong@sage-mac0045:~/Documents/synapsePythonClient] $pip3 show deprecation
Name: deprecation
Version: 2.0.2
Summary: A library to handle automated deprecations
Home-page: http://deprecation.readthedocs.io/
Author: Brian Curtin
Author-email: brian@python.org
License: Apache 2
Location: /usr/local/lib/python3.6/site-packages
Requires: packaging
Required-by: 
briancurtin commented 6 years ago

This was already fixed in the repo (0c01bfb4) but wasn't yet released. https://pypi.org/project/deprecation/2.0.3/ now functions properly.