Skip to content

Commit b32f530

Browse files
committed
v0.2.0 release
1 parent 6a730a1 commit b32f530

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

DynamicVector/_metadata.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
Metadata associated with DynamicVector.py
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.2.0"
66
__author__ = "Scott E. Boyce"
77
__credits__ = "Scott E. Boyce"
88
__maintainer__ = "Scott E. Boyce"
99
__email__ = "boyce@engineer.com"
1010
__license__ = "MIT"
1111
__status__ = "Development" # set to "Prototype", "Development", "Production"
12-
__credits__ = "Contributor One, Contributor Two"
1312
__url__ = "https://github.com/ScottBoyce-Python/DynamicVector"
14-
__description__ = "Cycle datetime intervals from a start date and list of (month, day) tuples."
13+
__description__ = "A dynamic vector implementation using NumPy arrays, with dynamic resizing capabilities, fast appending and popping,"
1514
__copyright__ = "Copyright (c) 2024 Scott E. Boyce"

0 commit comments

Comments
 (0)