Skip to content

Commit

Permalink
⏭️ Preparing Version Release
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsinghvi committed Nov 18, 2020
1 parent 4d2464d commit 7348af4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3

[metadata]
description-file = README.md
2 changes: 1 addition & 1 deletion UniversalGPIO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''
__version__ = "1.0.2"
__version__ = "1.0.3"

def version():
return __version__
Expand Down
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 = '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 = [
Expand Down

0 comments on commit 7348af4

Please sign in to comment.