Skip to content

Commit

Permalink
feat(version): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristinita authored and Kristinita committed Aug 3, 2018
1 parent 560605d commit 94b3f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions erichek/eric_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# @Author: Kristinita
# @Date: 2018-01-02 08:35:59
# @Last Modified time: 2018-01-26 17:30:14
# @Last Modified time: 2018-08-03 21:43:05
# For pydocstyle:
# D301: Use r""", if any backslashes in a docstring
r"""Patorjk-HeX ASCII-art font.
Expand Down Expand Up @@ -37,7 +37,7 @@
# «glob.glob('../*.txt')» in parent folder, not «glob.glob('../*.txt')»!
ALL_TXT_IN_ERIC_ROOM_WIHTOUT_SUBFOLDERS = glob.glob('./*.txt')

VERSION = "0.2.1"
VERSION = "0.3.1"


def version():
Expand Down
3 changes: 0 additions & 3 deletions lintly.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ long_description = file: README.rst
# Versions should compatibly with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version = 0.2.1
version = 0.3.1
# Author details
author = Sasha Chernykh
author_email = [email protected]
Expand Down

0 comments on commit 94b3f4d

Please sign in to comment.