Skip to content

Commit

Permalink
Fixing Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsinghvi committed Nov 17, 2020
1 parent e90ed23 commit 00d0031
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 = 0.0.1
current_version = 1.0.1

[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__ = "0.0.1"
__version__ = "1.0.1"

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 = '0.0.1'
VERSION = '1.0.1'

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

0 comments on commit 00d0031

Please sign in to comment.