Skip to content

Commit ca2930f

Browse files
committed
v0.1.0
1 parent 360abfd commit ca2930f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased] - ././2021
5+
## [0.1.0] - 11/04/2021
66

77
- [Version V0.1.0 by @hakancelik96](https://github.com/hakancelik96/pyall/pull/1)
8+
- pyall: not-public ( feature )
9+
- pyall: public ( feature )
10+
- refactor flag ( feature )
11+
- diff flag ( feature )
12+
- include flag ( feature )
13+
- exclude flag ( feature )

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
import pyall.constants as C
77

8-
__all__ = ["CURRENT_DIR", "get_long_description"]
9-
10-
118
assert sys.version_info >= (3, 8), "pyall requires Python 3.8+"
129

10+
__all__ = ["CURRENT_DIR", "get_long_description"]
11+
1312
CURRENT_DIR = Path(__file__).parent
1413

1514

0 commit comments

Comments
 (0)