Skip to content

Commit 7dd10f1

Browse files
Alok SaldanhaAlok Saldanha
authored andcommitted
change module name to match package name (cellxgene_gateway)
1 parent 8f676f2 commit 7dd10f1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.2
2+
3+
* update package name
4+
15
# 0.4.1
26

37
* Fix UnicodeDecodeError when viewing compressed datasets

cellxgene_gateway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
88
# the specific language governing permissions and limitations under the License.
99

10-
__version__ = "0.4.1"
10+
__version__ = "0.4.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def parse_requirements():
3838

3939
setup(
4040
# mandatory
41-
name="cellxgene-gateway",
41+
name="cellxgene_gateway",
4242
# mandatory
4343
version=get_version("cellxgene_gateway/__init__.py"),
4444
# mandatory

0 commit comments

Comments
 (0)