Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eroberson committed Oct 18, 2021
1 parent 9b874f8 commit d08d6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_tweet_format/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
####################
__script_path__ = sys.argv[0]
__script_name__ = __script_path__.split('/')[-1].split('\\')[-1]
__version__ = '1.0.0'
__version__ = '1.0.1'

#############
# Functions #
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = "py_tweet_format",
packages = ['py_tweet_format'],
version = "1.0.0",
version = "1.0.1",
description = 'Tool for formatting text files into tweets',
author = "Elisha Roberson",
author_email = 'dr.eli.roberson@gmail.com',
Expand Down

0 comments on commit d08d6aa

Please sign in to comment.