Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Feb 15, 2021
1 parent 15e69f6 commit 4d0e913
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
github_doc_root = "https://github.com/BradenM/pydngconverter/tree/master/docs/"

# The full version, including alpha/beta/rc tags
release = "0.1.0"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
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.1.0"
__version__ = "0.2.0"

from pydngconverter.main import DNGConverter, DNGParameters
from pydngconverter import flags
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydngconverter"
version = "0.1.0"
version = "0.2.0"
description = "Python Interface for the Adobe's DNG Converter"
authors = ["Braden Mars <bradenmars@bradenmars.me>"]
license = "MIT"
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
sign_tags = True


[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
Expand Down Expand Up @@ -36,4 +35,3 @@ testpaths = tests/

[coverage:run]
source = pydngconverter

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
long_description=readme,
name="pydngconverter",
version="0.1.0",
version="0.2.0",
description="Python Interface for the Adobe's DNG Converter",
python_requires="==3.*,>=3.8.0",
project_urls={
Expand Down

0 comments on commit 4d0e913

Please sign in to comment.