Skip to content

Commit

Permalink
Bump version and fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
danizen committed Mar 12, 2021
1 parent 630d8b2 commit 2f52ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
1 change: 1 addition & 0 deletions pymarcspec/textstyle.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import attr
import pymarc


class BaseTextStyle:
def field_text(self, field_or_text):
return field_or_text
Expand Down

0 comments on commit 2f52ae6

Please sign in to comment.