Skip to content

Commit 98d6238

Browse files
committed
Bump version: 0.2.0 → 0.3.0.dev0
1 parent 85b8349 commit 98d6238

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0.dev0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0.dev0

arcgis/overture_to_arcgis.pyt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.2.0"
2+
__version__ = "0.3.0.dev0"
33
__author__ = "Joel McCune (https://github.com/knu2xs)"
44
__license__ = "Apache 2.0"
55

docsrc/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Overture to ArcGIS 0.2.0
1+
site_name: Overture to ArcGIS 0.3.0.dev0
22

33
docs_dir: mkdocs
44
site_dir: ../docs

docsrc/mkdocs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Home
33
---
4-
# Overture to ArcGIS 0.2.0 Documentation
4+
# Overture to ArcGIS 0.3.0.dev0 Documentation
55

66
{% include "../../README.md" %}

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 = "overture-to-arcgis"
7-
version = "0.2.0"
7+
version = "0.3.0.dev0"
88
authors = [
99
{ name="Joel McCune (https://github.com/knu2xs)"},
1010
]

src/overture_to_arcgis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "overture-to-arcgis"
2-
__version__ = "0.2.0"
2+
__version__ = "0.3.0.dev0"
33
__author__ = "Joel McCune (https://github.com/knu2xs)"
44
__license__ = "Apache 2.0"
55
__copyright__ = "Copyright 2025 by Joel McCune (https://github.com/knu2xs)"

0 commit comments

Comments
 (0)