Skip to content

Commit 700e161

Browse files
authored
release v0.1.0 (#19)
* add bumpversion for release management * release 0.1.0 * remove dru run from release workflow
1 parent 3d330b2 commit 700e161

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
- name: Build and publish
2424
env:
2525
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26-
PYPI_DRY_RUN: True
2726
run: make publish

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ inflection
66
twine
77
setuptools
88
PyYAML
9+
bumpversion

setup.py

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

66
setuptools.setup(
77
name="phpypam",
8-
version="0.0.2",
8+
version="0.1.0",
99
author="Christian Meißner",
1010
author_email="Christian Meißner <[email protected]>",
1111
description="Python API client library for phpIPAM installation",

0 commit comments

Comments
 (0)