Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 60990b5

Browse files
committed
Bump version to 0.1.4
Required to fix a dist issue with PyPi
1 parent 1fabb22 commit 60990b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

athena_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
LESS = "less -FXRSn"
2020
HISTORY_FILE_SIZE = 500
2121

22-
__version__ = '0.1.3'
22+
__version__ = '0.1.4'
2323

2424

2525
class AthenaBatch(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
from setuptools import setup, find_packages
33

4-
version = '0.1.3'
4+
version = '0.1.4'
55

66
setup(
77
name="athena-cli",

0 commit comments

Comments
 (0)