Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Krafczyk
pandas_sequence
Commits
f0edb977
Commit
f0edb977
authored
Aug 17, 2021
by
Matthew Krafczyk
Browse files
Bump version to 0.3.1
parent
efdeadca
Changes
2
Hide whitespace changes
Inline
Side-by-side
pandas_sequence/__init__.py
View file @
f0edb977
from
.sequence
import
sequence_df
,
contiguous_group_indices
__version__
=
"0.3.
0
"
__version__
=
"0.3.
1
"
__all__
=
[
"sequence_df"
,
"contiguous_group_indices"
]
setup.py
View file @
f0edb977
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
name
=
"pandas_sequence"
,
version
=
"0.3.
0
"
,
version
=
"0.3.
1
"
,
author
=
"Matthew Krafczyk"
,
author_email
=
"krafczyk.matthew@gmail.com"
,
description
=
(
"A sequence building utility library"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment