diff --git a/Setup.cfg b/Setup.cfg index d73e798..e0ed577 100644 --- a/Setup.cfg +++ b/Setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 [metadata] description-file = README.md diff --git a/UniversalGPIO/__init__.py b/UniversalGPIO/__init__.py index b03706b..3370e5a 100644 --- a/UniversalGPIO/__init__.py +++ b/UniversalGPIO/__init__.py @@ -9,7 +9,7 @@ ''' -__version__ = "1.0.2" +__version__ = "1.0.3" def version(): return __version__ diff --git a/setup.py b/setup.py index 81ffbb8..cac238a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = 'root@harshsinghvi.com' AUTHOR = 'Harsh Singhvi' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '1.0.2' +VERSION = '1.0.3' # What packages are required for this module to be executed? REQUIRED = [