Skip to content

Commit 5742924

Browse files
committed
update version to 0.1.0
1 parent d57461d commit 5742924

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Alan F Rubin"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.0.1"
26+
release = "0.1.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="mavetools",
23-
version="0.0.1",
23+
version="0.1.0",
2424
author="Alan F Rubin",
2525
author_email="[email protected]",
2626
description=(
@@ -31,7 +31,7 @@
3131
url="https://github.com/VariantEffect/mavetools",
3232
packages=find_packages(),
3333
classifiers=[
34-
"Development Status :: 2 - Pre-Alpha",
34+
"Development Status :: 3 - Alpha",
3535
"Intended Audience :: Science/Research",
3636
"Topic :: Scientific/Engineering :: Bio-Informatics",
3737
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)