Skip to content

Commit

Permalink
Alpha Version v4.2.1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Oct 16, 2024
1 parent b1ea214 commit 6893edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda_env/gdal-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- matplotlib=3.4.3
- pip
- pip:
- wahoomc==4.2.1a1
- wahoomc==4.2.1a4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = wahoomc
version = 4.2.1a1
version = 4.2.1a4
author = Benjamin Kreuscher
author_email = [email protected]
description = Create maps for your Wahoo bike computer based on latest OSM maps
Expand Down
2 changes: 1 addition & 1 deletion wahoomc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
TOOLING_WIN_DIR = os.path.join(WAHOO_MC_DIR, 'tooling_win')
# location of repo / python installation - not used
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
VERSION = '4.2.1a1'
VERSION = '4.2.1a4'


block_download = ['dach', 'alps', 'britain-and-ireland', 'south-africa-and-lesotho',
Expand Down

0 comments on commit 6893edb

Please sign in to comment.