Skip to content

Commit

Permalink
Merge pull request #2 from ryan-rs/master
Browse files Browse the repository at this point in the history
Bump version: 0.0.0 → 1.0.0
  • Loading branch information
zreichert authored May 30, 2018
2 parents c64ef8d + e10a3f6 commit fb5ed32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake8_filename/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from flake8_filename import rules

__version__ = '0.0.0'
__version__ = '1.0.0'


class FilenameChecker(object):
Expand Down
3 changes: 2 additions & 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 = 1.0.0
commit = True
tag = True

Expand All @@ -16,3 +16,4 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='flake8-filename',
version='0.0.0',
version='1.0.0',
description="A flake8 linter plug-in for validating that certain Python files comply with a user defined pattern.",
long_description=readme + '\n\n' + history,
author="rpc-automation",
Expand Down

0 comments on commit fb5ed32

Please sign in to comment.