Skip to content

Commit 8e2e0c5

Browse files
committed
Bump version
1 parent 7f2e06a commit 8e2e0c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impc_module/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "impc_api"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "A package to facilitate making API requests to the IMPC Solr API"
99
long_description_content_type = "text/markdown"
1010
authors = [

impc_module/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='impc_api',
10-
version='1.0.0',
10+
version='1.0.1',
1111
description='A package to facilitate making API request to the IMPC Solr API',
1212
author='MPI2, Marina Kan, Diego Pava',
1313
url='https://github.com/mpi2/impc-data-api-workshop',

0 commit comments

Comments
 (0)