Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Aug 28, 2019
1 parent 68d500b commit 525d386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydngconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__author__ = """Braden Mars"""
__version__ = '0.0.0'
__version__ = '0.1.0'

from pydngconverter.main import (Compression, CRawCompat, DNGConverter,
DNGVersion, JPEGPreview)
Expand Down
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 = 0.0.0
current_version = 0.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
URL = 'https://github.com/BradenM/pydngconverter'
AUTHOR = 'Braden Mars'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.0.0' # Update via bumpversion
VERSION = '0.1.0' # Update via bumpversion

# Required Packages
REQUIRED = [
Expand Down

0 comments on commit 525d386

Please sign in to comment.