Skip to content

Commit

Permalink
added version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolomo committed Sep 24, 2022
1 parent 85eb4b6 commit 00ed104
Show file tree
Hide file tree
Showing 35 changed files with 5,014 additions and 2,635 deletions.
604 changes: 74 additions & 530 deletions README.md

Large diffs are not rendered by default.

15 changes: 2 additions & 13 deletions plotext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
"""\nplotext plots directly on terminal"""
import os as _os
import sys as _sys

_script_folder = _os.path.dirname(_os.path.realpath(__file__))
_sys.path.insert(0, _script_folder)

import utility as _utility
import docstrings as _docstrings
from test import test

_sys.path.pop(0)

from plotext.plot import *
from plotext._core import *

__name__ = "plotext"
__version__ = "3.1.3"
__version__ = "4.0.0"
5 changes: 0 additions & 5 deletions plotext/__main__.py

This file was deleted.

Loading

0 comments on commit 00ed104

Please sign in to comment.