Skip to content

Commit

Permalink
Merge pull request #81 from srajan-kiyotaka/sracho
Browse files Browse the repository at this point in the history
Preparing for Release.
  • Loading branch information
srajan-kiyotaka authored Jun 27, 2024
2 parents 09cc9d7 + 60ed218 commit 7dd000a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<picture align="center">
<!-- <picture align="center">
<img alt="Traverse Craft Logo" src="https://github.com/srajan-kiyotaka/TraverseCraft/blob/main/src/traverseCraft/icons/logo/traverseCraftLandscapeLogo.png">
</picture>
</picture> -->

[![Traverse Craft Logo](https://github.com/srajan-kiyotaka/TraverseCraft/blob/sracho/src/traverseCraft/icons/logo/traverseCraftLandscapeLogo.png)](https://harrionparrix.github.io/traversecraft/index.html)

<!-- ![Build Status](https://github.com/srajan-kiyotaka/TraverseCraft/blob/main/.github/workflows/python-app.yml/badge.svg) -->
[![Built with Python](https://img.shields.io/badge/Built%20with-Python-blue.svg)](https://www.python.org/)
[![Made with Python](https://img.shields.io/badge/Python->=3.6-blue?logo=python&logoColor=white)](https://python.org "Go to Python homepage")
![Library Version](https://img.shields.io/badge/version-1.0.0-blue.svg)
![PyPI version](https://badge.fury.io/py/TraverseCraft.svg)
![Conda Version](https://img.shields.io/conda/v/conda-forge/TraverseCraft)
![Library Version](https://img.shields.io/badge/version-1.0.1-blue.svg)
[![PyPI version](https://badge.fury.io/py/TraverseCraft.svg)](https://badge.fury.io/py/TraverseCraft)
<!-- ![Conda Version](https://img.shields.io/conda/v/conda-forge/TraverseCraft) -->
![Supported OS](https://img.shields.io/badge/OS-Windows%20%7C%20MacOS%20%7C%20Linux-0078D6.svg)
![Supported OS: Windows](https://img.shields.io/badge/Windows-%234285F4.svg?logo=windows&logoColor=white)
![Supported OS: macOS](https://img.shields.io/badge/macOS-%23000000.svg?logo=apple&logoColor=white)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='TraverseCraft',
version='1.0.0',
version='1.0.1',
author='Srajan Chourasia, Varun Patrikar',
author_email='srajanstark.ash@gmail.com, patrikarvarun@gmail.com',
maintainer='Varun Patrikar, Srajan Chourasia',
Expand Down

0 comments on commit 7dd000a

Please sign in to comment.