Skip to content

Commit

Permalink
chore: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Apr 21, 2020
1 parent af61962 commit 8b82048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 1.0.0

[bumpversion:file:setup.py]

Expand All @@ -11,14 +11,14 @@ ignore = E203,W503
ignore_missing_imports = True
follow_imports = silent


[tool:isort]
force_grid_wrap = 0
include_trailing_comma = True
known_third_party=pytest
known_third_party = pytest
line_length = 100
multi_line_output = 3
use_parentheses = True

[tool:pytest]
addopts = --cov=eth_event/

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

setup(
name="eth-event",
version="0.2.2", # do not edit directly, use bumpversion
version="1.0.0", # do not edit directly, use bumpversion
license="MIT",
description="Ethereum event decoder and topic generator",
long_description=long_description,
Expand Down

0 comments on commit 8b82048

Please sign in to comment.