Skip to content

Commit

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

[metadata]
description-file = README.md
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.1"
__version__ = "1.0.2"

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.1'
VERSION = '1.0.2'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit f627eea

Please sign in to comment.