Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Sep 20, 2023
1 parent 0bc1b4f commit d3f4241
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[bumpversion]
current_version = 0.1.0
current_version = 1.0.0
commit = False
allow_dirty = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:README.md]
search = dropmate-py/{current_version}
replace = dropmate-py/{new_version}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Dropmate-py
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dropmate-py/0.1.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/dropmate-py/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dropmate-py/1.0.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/dropmate-py/)
[![PyPI](https://img.shields.io/pypi/v/dropmate-py?logo=Python&logoColor=FFD43B)](https://pypi.org/project/dropmate-py/)
[![PyPI - License](https://img.shields.io/pypi/l/dropmate-py?color=magenta)](https://github.com/sco1/dropmate-py/blob/main/LICENSE)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/sco1/dropmate-py/main.svg)](https://results.pre-commit.ci/latest/github/sco1/dropmate-py/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)

Python helpers for the [EDC Dropmate](https://earthlydynamics.com/dropmate/).

🚨 This is an beta project. User-facing functionality is still under development 🚨

## Installation
Install by cloning this repository and installing into a virtual environment:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "dropmate-py"
version = "0.1.0"
version = "1.0.0"
description = "Python helpers for the EDC Dropmate"
authors = ["sco1 <sco1.git@gmail.com>"]

readme = "README.md"
homepage = "https://github.com/sco1/"
repository = "https://github.com/sco1/dropmate-py"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit d3f4241

Please sign in to comment.