Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 9, 2019
1 parent db690a6 commit 6275405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pytablewriter/__version__.py
Expand Up @@ -6,6 +6,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2016-{}, {}".format(datetime.now().year, __author__)
__license__ = "MIT License"
__version__ = "0.40.0"
__version__ = "0.40.1"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -125,5 +125,6 @@ def get_release_command_class():
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing",
],
cmdclass=get_release_command_class())

0 comments on commit 6275405

Please sign in to comment.