diff --git a/normcap/__init__.py b/normcap/__init__.py index 997d1615..b1df0071 100644 --- a/normcap/__init__.py +++ b/normcap/__init__.py @@ -1,3 +1,3 @@ __author__ = "dynobo" __email__ = "dynobo@mailbox.org" -__version__ = "0.0.18" +__version__ = "0.1.0" diff --git a/setup.cfg b/setup.cfg index 1ead4ecc..e4780eea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.15 +current_version = 0.1.0 commit = True tag = False diff --git a/setup.py b/setup.py index 7b766437..ba464222 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup( name="normcap", - version="0.0.18", + version="0.1.0", description="OCR-powered screen-capture tool to capture information instead of images", keywords="screenshot ocr capture clipboard", long_description=README,