Skip to content

Commit

Permalink
25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imahdimir committed Oct 15, 2023
1 parent 6eddcfa commit 33265cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 92 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mirutil"
version = "24.3.1"
version = "25.0.0"
authors = [{ name = "Mahdi Mir", email = "[email protected]" }]
description = "Tools for getting and cleaning TSE data"
readme = "README.md"
Expand Down
11 changes: 0 additions & 11 deletions src/mirutil/dirr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@

from pathlib import Path

from githubdata import default_containing_dir

class DefaultDirs :
m = Path('modules/')
m.mkdir(exist_ok = True)

gd = default_containing_dir

t = Path('temp_data/')
t.mkdir(exist_ok = True)

def get_all_subdirs(root_dir) :
""" returns all subdirectories of the root_dir"""
return Path(root_dir).glob('**')
Expand Down
80 changes: 0 additions & 80 deletions src/mirutil/run_modules.py

This file was deleted.

0 comments on commit 33265cc

Please sign in to comment.