diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index b316fb3..1fbf356 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: fixfmt - version: 0.7.3 + version: 0.7.4 about: home: https://github.com/alexhsamuel/fixfmt @@ -8,7 +8,7 @@ about: license_file: LICENSE source: - git_rev: 0.7.3 + git_rev: 0.7.4 git_url: https://github.com/alexhsamuel/fixfmt.git requirements: diff --git a/setup.py b/setup.py index 49a55e4..5f1538f 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self): setup( name ="fixfmt", - version ="0.7.3", + version ="0.7.4", description ="fixed-width formatters for C++ and Python", long_description=long_description, url ="https://github.com/alexhsamuel/fixfmt",